consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15157
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49360 | 49360 | 15157 15157 | 6063 | 4 | 0.367866560830316 |
| 49361 | 49361 | 15157 15157 | 135541 | 2 | 0.26012093973489 |
| 49362 | 49362 | 15157 15157 | 142021 | 4 | 0.218734765755496 |
| 49363 | 49363 | 15157 15157 | 281883 | 1 | 0.122622186943439 |
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)
);