consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 259314
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124833 | 124833 | 43220 43220 | 259314 | 1 | 0.0897819581017529 |
| 682893 | 682893 | 243882 243882 | 259314 | 1 | 0.0843182723016401 |
| 764080 | 764080 | 267858 267858 | 259314 | 1 | 0.0843182723016401 |
| 764088 | 764088 | 267859 267859 | 259314 | 1 | 0.0900355602632973 |
| 915282 | 915282 | 324238 324238 | 259314 | 1 | 0.0892477688057799 |
| 1620652 | 1620652 | 489397 489397 | 259314 | 1 | 0.0843182723016401 |
| 1722855 | 1722855 | 527629 527629 | 259314 | 1 | 0.0843182723016401 |
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)
);