consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 530096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1731153 | 1731153 | 530096 530096 | 13151 | 5 | 0.39838994720448 |
| 1731154 | 1731154 | 530096 530096 | 28223 | 1 | 0.175226228969569 |
| 1731155 | 1731155 | 530096 530096 | 30221 | 1 | 0.262839343454353 |
| 1731156 | 1731156 | 530096 530096 | 197473 | 1 | 0.105135737381741 |
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)
);