consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 221574
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 563949 | 563949 | 221574 221574 | 34753 | 5 | 0.410256241141863 |
| 563950 | 563950 | 221574 221574 | 45644 | 4 | 0.358080673798653 |
| 563951 | 563951 | 221574 221574 | 190301 | 2 | 0.192391362615573 |
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)
);