consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 174224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 670038 | 670038 | 239949 239949 | 174224 | 1 | 0.0839160839160839 |
| 739594 | 739594 | 260603 260603 | 174224 | 1 | 0.0836653386454183 |
| 1655159 | 1655159 | 501505 501505 | 174224 | 1 | 0.0836653386454183 |
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)
);