consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 136440
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 237396 | 237396 | 80822 80822 | 136440 | 2 | 0.108339476585017 |
| 880268 | 880268 | 305727 305727 | 136440 | 1 | 0.150943396226415 |
| 921082 | 921082 | 326847 326847 | 136440 | 2 | 0.109799345879576 |
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)
);