consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 43220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124826 | 124826 | 43220 43220 | 10434 | 7 | 0.359127832407012 |
| 124827 | 124827 | 43220 43220 | 104489 | 1 | 0.0513039760581445 |
| 124828 | 124828 | 43220 43220 | 137442 | 1 | 0.179563916203506 |
| 124829 | 124829 | 43220 43220 | 173322 | 1 | 0.119709277469004 |
| 124830 | 124830 | 43220 43220 | 173923 | 1 | 0.0448909790508764 |
| 124831 | 124831 | 43220 43220 | 223564 | 1 | 0.0598546387345019 |
| 124832 | 124832 | 43220 43220 | 239471 | 1 | 0.0718255664814023 |
| 124833 | 124833 | 43220 43220 | 259314 | 1 | 0.0897819581017529 |
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)
);