consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 333482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193953 | 193953 | 68902 68902 | 333482 | 4 | 0.197489449819192 |
| 277944 | 277944 | 94244 94244 | 333482 | 2 | 0.127622546694873 |
| 453356 | 453356 | 162787 162787 | 333482 | 2 | 0.127622546694873 |
| 560345 | 560345 | 220398 220398 | 333482 | 2 | 0.127622546694873 |
| 703455 | 703455 | 250502 250502 | 333482 | 4 | 0.195320210045978 |
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)
);