consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 203113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 370174 | 370174 | 126003 126003 | 203113 | 1 | 0.0997415631496467 |
| 549912 | 549912 | 217431 217431 | 203113 | 1 | 0.0817868396726372 |
| 910718 | 910718 | 321686 321686 | 203113 | 1 | 0.0973559678263825 |
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)
);