consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 286904
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 826581 | 826581 | 286904 286904 | 34553 | 1 | 0.102402291645973 |
| 826582 | 826582 | 286904 286904 | 62798 | 6 | 0.406066708453357 |
| 826583 | 826583 | 286904 286904 | 75277 | 1 | 0.307206874937919 |
| 826584 | 826584 | 286904 286904 | 264278 | 1 | 0.122882749975168 |
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)
);