consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 109921
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 326183 | 326183 | 109921 109921 | 19772 | 1 | 0.10338632847764 |
| 326184 | 326184 | 109921 109921 | 20290 | 5 | 0.313408741648491 |
| 326185 | 326185 | 109921 109921 | 195072 | 4 | 0.413545313910562 |
| 326186 | 326186 | 109921 109921 | 275527 | 2 | 0.137848437970187 |
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)
);