consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68252
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192101 | 192101 | 68252 68252 | 30577 | 1 | 0.0853913771452491 |
| 192102 | 192102 | 68252 68252 | 44056 | 12 | 0.426956885726245 |
| 192103 | 192103 | 68252 68252 | 44057 | 1 | 0.142318961908748 |
| 192104 | 192104 | 68252 68252 | 136619 | 1 | 0.213478442863123 |
| 192105 | 192105 | 68252 68252 | 323924 | 1 | 0.106739221431561 |
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)
);