consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 54207
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 151255 | 151255 | 54207 54207 | 63851 | 1 | 0.295645614083394 |
| 151256 | 151256 | 54207 54207 | 135103 | 1 | 0.295645614083394 |
| 151257 | 151257 | 54207 54207 | 145277 | 2 | 0.209053018546429 |
| 151258 | 151258 | 54207 54207 | 193185 | 3 | 0.162700051526358 |
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)
);