consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 220705
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56829 | 56829 | 17848 17848 | 220705 | 3 | 0.0802545571746855 |
| 336204 | 336204 | 113314 113314 | 220705 | 3 | 0.077750278663825 |
| 1672476 | 1672476 | 507503 507503 | 220705 | 3 | 0.0802545571746855 |
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)
);