consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 187990
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108939 | 108939 | 38169 38169 | 187990 | 1 | 0.158496320040934 |
| 226571 | 226571 | 77988 77988 | 187990 | 2 | 0.131594356509555 |
| 757152 | 757152 | 265944 265944 | 187990 | 1 | 0.158496320040934 |
| 757160 | 757160 | 265945 265945 | 187990 | 3 | 0.160650559657262 |
| 952830 | 952830 | 341901 341901 | 187990 | 1 | 0.158496320040934 |
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)
);