consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 285529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 822319 | 822319 | 285529 285529 | 58737 | 2 | 0.265275113266517 |
| 822320 | 822320 | 285529 285529 | 117278 | 4 | 0.403130995150336 |
| 822321 | 822321 | 285529 285529 | 314042 | 1 | 0.265275113266517 |
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)
);