consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 117385
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 44412 | 44412 | 13575 13575 | 117385 | 7 | 0.326079866339106 |
| 292288 | 292288 | 98991 98991 | 117385 | 8 | 0.334416797292552 |
| 1650438 | 1650438 | 499840 499840 | 117385 | 5 | 0.330653630684727 |
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)
);