consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 88063
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 260048 | 260048 | 88063 88063 | 17045 | 7 | 0.376372162626993 |
| 260049 | 260049 | 88063 88063 | 37741 | 3 | 0.225014637765766 |
| 260050 | 260050 | 88063 88063 | 37744 | 4 | 0.364269538189448 |
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)
);