consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 102366
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302483 | 302483 | 102366 102366 | 2115 | 6 | 0.337969958320233 |
| 302484 | 302484 | 102366 102366 | 8067 | 1 | 0.0844924895800583 |
| 302485 | 302485 | 102366 102366 | 66787 | 1 | 0.0675939916640467 |
| 302486 | 302486 | 102366 102366 | 181714 | 2 | 0.137975657712378 |
| 302487 | 302487 | 102366 102366 | 183046 | 1 | 0.112656652773411 |
| 302488 | 302488 | 102366 102366 | 210233 | 1 | 0.168984979160117 |
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)
);