consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 222325
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 566252 | 566252 | 222325 222325 | 30821 | 6 | 0.561959542366711 |
| 566253 | 566253 | 222325 222325 | 252962 | 1 | 0.210259419663979 |
| 566254 | 566254 | 222325 222325 | 280466 | 1 | 0.157694564747984 |
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)
);