consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 263012
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 748011 | 748011 | 263012 263012 | 3526 | 1 | 0.105633802816901 |
| 748012 | 748012 | 263012 263012 | 3660 | 7 | 0.422535211267606 |
| 748013 | 748013 | 263012 263012 | 185465 | 1 | 0.211267605633803 |
| 748014 | 748014 | 263012 263012 | 211690 | 1 | 0.140845070422535 |
| 748015 | 748015 | 263012 263012 | 259655 | 1 | 0.0845070422535211 |
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)
);