consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 281430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 808325 | 808325 | 281430 281430 | 48564 | 2 | 0.171268902472591 |
| 808326 | 808326 | 281430 281430 | 48571 | 1 | 0.059931631409192 |
| 808327 | 808327 | 281430 281430 | 54478 | 1 | 0.052440177483043 |
| 808328 | 808328 | 281430 281430 | 125054 | 4 | 0.352774058086076 |
| 808329 | 808329 | 281430 281430 | 157516 | 1 | 0.0839042839728689 |
| 808330 | 808330 | 281430 281430 | 213669 | 1 | 0.139840473288115 |
| 808331 | 808331 | 281430 281430 | 332902 | 1 | 0.104880354966086 |
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)
);