consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 261302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 741829 | 741829 | 261302 261302 | 1872 | 8 | 0.378769350306242 |
| 741830 | 741830 | 261302 261302 | 16460 | 1 | 0.108631304431871 |
| 741831 | 741831 | 261302 261302 | 44942 | 1 | 0.086905043545497 |
| 741832 | 741832 | 261302 261302 | 57263 | 2 | 0.177394177300684 |
| 741833 | 741833 | 261302 261302 | 83774 | 1 | 0.217262608863743 |
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)
);