consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 292458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 844134 | 844134 | 292458 292458 | 73558 | 1 | 0.155844155844156 |
| 844135 | 844135 | 292458 292458 | 75459 | 3 | 0.311688311688312 |
| 844136 | 844136 | 292458 292458 | 128192 | 1 | 0.311688311688312 |
| 844137 | 844137 | 292458 292458 | 196952 | 1 | 0.103896103896104 |
| 844138 | 844138 | 292458 292458 | 220266 | 1 | 0.0779220779220779 |
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)
);