consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 54127
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 42181 | 42181 | 12838 12838 | 54127 | 4 | 0.171754742707257 |
| 456502 | 456502 | 164034 164034 | 54127 | 3 | 0.14719608614369 |
| 1737108 | 1737108 | 532146 532146 | 54127 | 4 | 0.171754742707257 |
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)
);