consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 137442
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124828 | 124828 | 43220 43220 | 137442 | 1 | 0.179563916203506 |
| 682888 | 682888 | 243882 243882 | 137442 | 3 | 0.267693828303529 |
| 764075 | 764075 | 267858 267858 | 137442 | 3 | 0.267693828303529 |
| 764083 | 764083 | 267859 267859 | 137442 | 2 | 0.180071120526595 |
| 915277 | 915277 | 324238 324238 | 137442 | 1 | 0.17849553761156 |
| 1620647 | 1620647 | 489397 489397 | 137442 | 3 | 0.267693828303529 |
| 1722850 | 1722850 | 527629 527629 | 137442 | 3 | 0.267693828303529 |
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)
);