consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 61423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 172078 | 172078 | 61423 61423 | 4012 | 1 | 0.211404950599514 |
| 172079 | 172079 | 61423 61423 | 11083 | 3 | 0.335584440972954 |
| 172080 | 172080 | 61423 61423 | 134691 | 9 | 0.422809901199029 |
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)
);