consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 22205
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 67170 | 67170 | 22205 22205 | 62941 | 1 | 0.200269742902317 |
| 67171 | 67171 | 22205 22205 | 65335 | 7 | 0.362778090765354 |
| 67172 | 67172 | 22205 22205 | 108287 | 2 | 0.400539485804634 |
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)
);