consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 309978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 888676 | 888676 | 309978 309978 | 13096 | 1 | 0.104713228574825 |
| 888677 | 888677 | 309978 309978 | 20677 | 2 | 0.222130302015587 |
| 888678 | 888678 | 309978 309978 | 93411 | 1 | 0.314139685724475 |
| 888679 | 888679 | 309978 309978 | 229515 | 2 | 0.314139685724475 |
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)
);