consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 262194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 61869 | 61869 | 19886 19886 | 262194 | 2 | 0.0494689212416788 |
| 531217 | 531217 | 210735 210735 | 262194 | 2 | 0.0776470867086558 |
| 708277 | 708277 | 251462 251462 | 262194 | 2 | 0.0494689212416788 |
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)
);