consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 10434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124826 | 124826 | 43220 43220 | 10434 | 7 | 0.359127832407012 |
| 682886 | 682886 | 243882 243882 | 10434 | 6 | 0.300476162837357 |
| 764073 | 764073 | 267858 267858 | 10434 | 6 | 0.300476162837357 |
| 764081 | 764081 | 267859 267859 | 10434 | 8 | 0.360142241053189 |
| 915275 | 915275 | 324238 324238 | 10434 | 4 | 0.356991075223119 |
| 1620645 | 1620645 | 489397 489397 | 10434 | 6 | 0.300476162837357 |
| 1722848 | 1722848 | 527629 527629 | 10434 | 6 | 0.300476162837357 |
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)
);