consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 328096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 924128 | 924128 | 328096 328096 | 134333 | 2 | 0.242466083047071 |
| 924129 | 924129 | 328096 328096 | 262720 | 2 | 0.342898823060649 |
| 924130 | 924130 | 328096 328096 | 297036 | 2 | 0.139987858316581 |
| 924131 | 924131 | 328096 328096 | 321381 | 2 | 0.0989863638994357 |
| 924132 | 924132 | 328096 328096 | 325905 | 2 | 0.0766745077768283 |
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)
);