consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 326259
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 919725 | 919725 | 326259 326259 | 22784 | 6 | 0.459811880810559 |
| 919726 | 919726 | 326259 326259 | 140306 | 2 | 0.149581502381691 |
| 919727 | 919727 | 326259 326259 | 236422 | 1 | 0.193108889208325 |
| 919728 | 919728 | 326259 326259 | 245795 | 1 | 0.144831666906244 |
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)
);