consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 17155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 260097 | 260097 | 88084 88084 | 17155 | 3 | 0.447063999565355 |
| 385596 | 385596 | 132266 132266 | 17155 | 4 | 0.710102051443364 |
| 417728 | 417728 | 148745 148745 | 17155 | 4 | 0.313630896136393 |
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)
);