consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 155997
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 434135 | 434135 | 155997 155997 | 9840 | 8 | 0.522270898282189 |
| 434136 | 434136 | 155997 155997 | 14039 | 1 | 0.225767186378485 |
| 434137 | 434137 | 155997 155997 | 282972 | 2 | 0.195520118744705 |
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)
);