consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 119691
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 353709 | 353709 | 119691 119691 | 39087 | 1 | 0.250105371722469 |
| 353710 | 353710 | 119691 119691 | 40547 | 7 | 0.500210743444938 |
| 353711 | 353711 | 119691 119691 | 228605 | 2 | 0.204210180883054 |
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)
);