consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 248614
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 159171 | 159171 | 57298 57298 | 248614 | 1 | 0.274269050276997 |
| 159198 | 159198 | 57302 57302 | 248614 | 1 | 0.0337930879679798 |
| 510013 | 510013 | 204342 204342 | 248614 | 1 | 0.032941536979834 |
| 675377 | 675377 | 241459 241459 | 248614 | 1 | 0.032941536979834 |
| 675575 | 675575 | 241504 241504 | 248614 | 3 | 0.153739692998429 |
| 915997 | 915997 | 324682 324682 | 248614 | 1 | 0.274269050276997 |
| 930456 | 930456 | 331247 331247 | 248614 | 2 | 0.272727272727273 |
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)
);