consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 212997
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 24288 | 24288 | 7118 7118 | 212997 | 2 | 0.115057710664819 |
| 115906 | 115906 | 40438 40438 | 212997 | 2 | 0.115057710664819 |
| 187284 | 187284 | 66703 66703 | 212997 | 2 | 0.115057710664819 |
| 271115 | 271115 | 91958 91958 | 212997 | 2 | 0.120313452977683 |
| 451021 | 451021 | 161838 161838 | 212997 | 2 | 0.120313452977683 |
| 825724 | 825724 | 286595 286595 | 212997 | 2 | 0.231683788300828 |
| 1641502 | 1641502 | 496708 496708 | 212997 | 2 | 0.115310234757781 |
| 1734174 | 1734174 | 531214 531214 | 212997 | 2 | 0.115057710664819 |
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)
);