consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 273815
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 783234 | 783234 | 273815 273815 | 3710 | 2 | 0.139139649930073 |
| 783235 | 783235 | 273815 273815 | 12621 | 2 | 0.20870947489511 |
| 783236 | 783236 | 273815 273815 | 54296 | 2 | 0.41741894979022 |
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)
);