consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 289192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 833228 | 833228 | 289192 289192 | 45328 | 1 | 0.10117403684703 |
| 833229 | 833229 | 289192 289192 | 60779 | 2 | 0.127976158604167 |
| 833230 | 833230 | 289192 289192 | 67516 | 8 | 0.404696147388122 |
| 833231 | 833231 | 289192 289192 | 136336 | 1 | 0.202348073694061 |
| 833232 | 833232 | 289192 289192 | 160289 | 1 | 0.134898715796041 |
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)
);