consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 215521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 175309 | 175309 | 62573 62573 | 215521 | 1 | 0.0209505214627861 |
| 749519 | 749519 | 263536 263536 | 215521 | 1 | 0.020945143868593 |
| 774414 | 774414 | 270880 270880 | 215521 | 1 | 0.0233819740978534 |
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)
);