consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 136922
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 329653 | 329653 | 111126 111126 | 136922 | 2 | 0.0366107423173108 |
| 891431 | 891431 | 312543 312543 | 136922 | 1 | 0.0416611559317551 |
| 1749597 | 1749597 | 535921 535921 | 136922 | 1 | 0.0380497954208042 |
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)
);