consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 163299 | 163299 | 58458 58458 | 33420 | 1 | 0.15438342488093 |
| 163300 | 163300 | 58458 58458 | 104139 | 3 | 0.134866344055064 |
| 163301 | 163301 | 58458 58458 | 106251 | 3 | 0.245068411062441 |
| 163302 | 163302 | 58458 58458 | 215145 | 5 | 0.308766849761859 |
| 163303 | 163303 | 58458 58458 | 292770 | 1 | 0.0771917124404649 |
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)
);