consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 195777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 275781 | 275781 | 93498 93498 | 195777 | 2 | 0.184281199744528 |
| 1643679 | 1643679 | 497451 497451 | 195777 | 1 | 0.168674698795181 |
| 1735196 | 1735196 | 531520 531520 | 195777 | 2 | 0.183361550076411 |
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)
);