consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 53244
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 873431 | 873431 | 301669 301669 | 53244 | 1 | 0.0508451986270211 |
| 1685327 | 1685327 | 512496 512496 | 53244 | 8 | 0.519685039370079 |
| 1737256 | 1737256 | 532184 532184 | 53244 | 1 | 0.0522573764961244 |
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)
);