consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 248424
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 696817 | 696817 | 248424 248424 | 52488 | 3 | 0.311462808257412 |
| 696818 | 696818 | 248424 248424 | 53166 | 2 | 0.277481816624919 |
| 696819 | 696819 | 248424 248424 | 152364 | 1 | 0.130806182794295 |
| 696820 | 696820 | 248424 248424 | 307894 | 1 | 0.0981046370957211 |
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)
);