consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 342194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 953387 | 953387 | 342194 342194 | 7470 | 1 | 0.113314768100125 |
| 953388 | 953388 | 342194 342194 | 9300 | 5 | 0.493231175996665 |
| 953389 | 953389 | 342194 342194 | 224748 | 1 | 0.188857946833541 |
| 953390 | 953390 | 342194 342194 | 232613 | 1 | 0.141643460125156 |
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)
);