consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 140096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 391422 | 391422 | 134836 134836 | 140096 | 1 | 0.0185157070356043 |
| 867253 | 867253 | 299277 299277 | 140096 | 1 | 0.0230055728155703 |
| 957564 | 957564 | 344312 344312 | 140096 | 2 | 0.0248133965322297 |
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)
);