consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 174555
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 267721 | 267721 | 90746 90746 | 174555 | 3 | 0.150251231784205 |
| 600978 | 600978 | 236289 236289 | 174555 | 1 | 2.14404940346709e-06 |
| 915702 | 915702 | 324491 324491 | 174555 | 2 | 0.149293771761062 |
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)
);