consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 194155 | 194155 | 68952 68952 | 49669 | 5 | 0.273828450336413 |
| 194156 | 194156 | 68952 68952 | 112844 | 9 | 0.364276802591279 |
| 194157 | 194157 | 68952 68952 | 209576 | 2 | 0.0671888294344206 |
| 194158 | 194158 | 68952 68952 | 219470 | 3 | 0.133847545376068 |
| 194159 | 194159 | 68952 68952 | 224931 | 2 | 0.0775829775209972 |
| 194160 | 194160 | 68952 68952 | 271436 | 2 | 0.0655695835463776 |
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)
);