consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 41974
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124569 | 124569 | 43170 43170 | 41974 | 1 | 0.30449360360503 |
| 484041 | 484041 | 178528 178528 | 41974 | 5 | 0.312703629230771 |
| 491655 | 491655 | 184975 184975 | 41974 | 1 | 0.30449360360503 |
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)
);