consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 320936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 530078 | 530078 | 210377 210377 | 320936 | 1 | 0.032356491131206 |
| 958885 | 958885 | 344964 344964 | 320936 | 1 | 0.0469538453567757 |
| 1761615 | 1761615 | 540918 540918 | 320936 | 1 | 0.0321269521540678 |
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)
);