consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 232529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 152370 | 152370 | 54825 54825 | 232529 | 2 | 0.0876986880022778 |
| 672283 | 672283 | 240540 240540 | 232529 | 2 | 0.0851436124596061 |
| 934760 | 934760 | 333436 333436 | 232529 | 1 | 0.0876918258690886 |
| 1632184 | 1632184 | 493313 493313 | 232529 | 2 | 0.0851436124596061 |
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)
);