consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102935
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304378 | 304378 | 102935 102935 | 5774 | 7 | 0.285667009188232 |
| 304379 | 304379 | 102935 102935 | 99968 | 2 | 0.195501660643221 |
| 304380 | 304380 | 102935 102935 | 109717 | 2 | 0.391003321286441 |
| 304381 | 304381 | 102935 102935 | 241901 | 1 | 0.0977508303216103 |
CREATE TABLE [consensus_index] (
[inventory_id] integer,
[inchi_id] text,
[consensus_score] text,
[consensus_count] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);