consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 85163
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 250452 | 250452 | 85163 85163 | 90012 | 5 | 0.415025280465914 |
| 250453 | 250453 | 85163 85163 | 142900 | 3 | 0.378387881520955 |
| 250454 | 250454 | 85163 85163 | 229559 | 1 | 0.158912952317793 |
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)
);