consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 262710
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 575334 | 575334 | 225375 225375 | 262710 | 2 | 0.0598753513849018 |
| 917242 | 917242 | 325113 325113 | 262710 | 1 | 0.0361860629314938 |
| 1636092 | 1636092 | 494649 494649 | 262710 | 2 | 0.0620732653027924 |
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)
);