consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 256828
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 163631 | 163631 | 58596 58596 | 256828 | 1 | 0.181041990133793 |
| 213455 | 213455 | 74331 74331 | 256828 | 1 | 0.205788682372584 |
| 725843 | 725843 | 256441 256441 | 256828 | 1 | 0.207141935258967 |
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)
);