consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 486054
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1610139 | 1610139 | 486054 486054 | 37050 | 1 | 0.187908750321544 |
| 1610140 | 1610140 | 486054 486054 | 70931 | 9 | 0.483250936615753 |
| 1610141 | 1610141 | 486054 486054 | 249408 | 1 | 0.281863125482317 |
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)
);