consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 150379
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 177672 | 177672 | 63326 63326 | 150379 | 1 | 0.154139462870213 |
| 719207 | 719207 | 254291 254291 | 150379 | 1 | 0.0843905187569556 |
| 796160 | 796160 | 277822 277822 | 150379 | 1 | 0.175145954962469 |
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)
);