consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 223253
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668923 | 668923 | 239655 239655 | 223253 | 1 | 0.0657676666480205 |
| 737434 | 737434 | 260025 260025 | 223253 | 1 | 0.0903504281513288 |
| 1741816 | 1741816 | 533540 533540 | 223253 | 1 | 0.0903504281513288 |
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)
);