consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 77988
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 226569 | 226569 | 77988 77988 | 163208 | 1 | 0.0644678052956615 |
| 226570 | 226570 | 77988 77988 | 169337 | 2 | 0.131594356509555 |
| 226571 | 226571 | 77988 77988 | 187990 | 2 | 0.131594356509555 |
| 226572 | 226572 | 77988 77988 | 193068 | 4 | 0.322339026478307 |
| 226573 | 226573 | 77988 77988 | 217311 | 1 | 0.0537231710797179 |
| 226574 | 226574 | 77988 77988 | 243310 | 2 | 0.0609163501365904 |
| 226575 | 226575 | 77988 77988 | 255510 | 2 | 0.07207719750066 |
| 226576 | 226576 | 77988 77988 | 320850 | 1 | 0.0402923783097884 |
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)
);