consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302430 | 302430 | 102353 102353 | 2083 | 6 | 0.373937677053824 |
| 302431 | 302431 | 102353 102353 | 9196 | 1 | 0.186968838526912 |
| 302432 | 302432 | 102353 102353 | 55845 | 1 | 0.124645892351275 |
| 302433 | 302433 | 102353 102353 | 185684 | 1 | 0.186968838526912 |
| 302434 | 302434 | 102353 102353 | 276521 | 1 | 0.0934844192634561 |
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)
);