consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255339
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722430 | 722430 | 255339 255339 | 66266 | 8 | 0.343612334801762 |
| 722431 | 722431 | 255339 255339 | 97391 | 2 | 0.343612334801762 |
| 722432 | 722432 | 255339 255339 | 243098 | 1 | 0.171806167400881 |
| 722433 | 722433 | 255339 255339 | 243778 | 1 | 0.114537444933921 |
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)
);