consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 68415
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 870820 | 870820 | 300436 300436 | 68415 | 4 | 0.225130649287704 |
| 870837 | 870837 | 300444 300444 | 68415 | 1 | 0.0731546396377064 |
| 1759876 | 1759876 | 540201 540201 | 68415 | 8 | 0.242438007962422 |
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)
);