consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 106151
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 73768 | 73768 | 25389 25389 | 106151 | 4 | 0.710102051443364 |
| 403003 | 403003 | 140579 140579 | 106151 | 4 | 0.710102051443364 |
| 819141 | 819141 | 284355 284355 | 106151 | 1 | 0.0475579255693281 |
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)
);