consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 169337
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108938 | 108938 | 38169 38169 | 169337 | 1 | 0.105664213360623 |
| 226570 | 226570 | 77988 77988 | 169337 | 2 | 0.131594356509555 |
| 757151 | 757151 | 265944 265944 | 169337 | 1 | 0.105664213360623 |
| 757159 | 757159 | 265945 265945 | 169337 | 2 | 0.107100373104841 |
| 952829 | 952829 | 341901 341901 | 169337 | 1 | 0.105664213360623 |
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)
);