consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 259256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 734944 | 734944 | 259256 259256 | 44905 | 1 | 0.106739221431561 |
| 734945 | 734945 | 259256 259256 | 55699 | 1 | 0.142318961908748 |
| 734946 | 734946 | 259256 259256 | 85187 | 12 | 0.426956885726245 |
| 734947 | 734947 | 259256 259256 | 137069 | 1 | 0.213478442863123 |
| 734948 | 734948 | 259256 259256 | 138581 | 1 | 0.0853913771452491 |
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)
);