consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 185471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 492596 | 492596 | 185471 185471 | 23403 | 1 | 0.193997690565051 |
| 492597 | 492597 | 185471 185471 | 67586 | 2 | 0.387995381130102 |
| 492598 | 492598 | 185471 185471 | 187473 | 2 | 0.224009237739796 |
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)
);