consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 15422
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49786 | 49786 | 15422 15422 | 6987 | 11 | 0.278710944084441 |
| 49787 | 49787 | 15422 15422 | 139108 | 3 | 0.266671064456593 |
| 49788 | 49788 | 15422 15422 | 263772 | 2 | 0.119258925551434 |
| 49789 | 49789 | 15422 15422 | 315120 | 3 | 0.177780709637728 |
| 49790 | 49790 | 15422 15422 | 332920 | 2 | 0.133335532228296 |
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)
);