consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 281530
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 808612 | 808612 | 281530 281530 | 47696 | 1 | 0.103896103896104 |
| 808613 | 808613 | 281530 281530 | 48958 | 3 | 0.311688311688312 |
| 808614 | 808614 | 281530 281530 | 84000 | 1 | 0.155844155844156 |
| 808615 | 808615 | 281530 281530 | 111513 | 1 | 0.311688311688312 |
| 808616 | 808616 | 281530 281530 | 186359 | 1 | 0.0779220779220779 |
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)
);