consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 255063
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721651 | 721651 | 255063 255063 | 30594 | 2 | 0.21987797379558 |
| 721652 | 721652 | 255063 255063 | 30613 | 2 | 0.0897648069127037 |
| 721653 | 721653 | 255063 255063 | 54087 | 1 | 0.103651470869609 |
| 721654 | 721654 | 255063 255063 | 62240 | 1 | 0.0777386031522064 |
| 721655 | 721655 | 255063 255063 | 217090 | 1 | 0.0621908825217651 |
| 721656 | 721656 | 255063 255063 | 249369 | 2 | 0.310954412608826 |
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)
);