consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 533676
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1742388 | 1742388 | 533676 533676 | 415 | 2 | 0.422124491088031 |
| 1742389 | 1742389 | 533676 533676 | 102293 | 5 | 0.31991054213595 |
| 1742390 | 1742390 | 533676 533676 | 147182 | 1 | 0.211062245544016 |
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)
);