consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 99517
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373283 | 373283 | 127234 127234 | 99517 | 4 | 0.193752532723743 |
| 490096 | 490096 | 183857 183857 | 99517 | 4 | 0.193752532723743 |
| 1689372 | 1689372 | 514114 514114 | 99517 | 6 | 0.22732799496878 |
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)
);