consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 271845
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 777286 | 777286 | 271845 271845 | 8093 | 1 | 0.0777694662885821 |
| 777287 | 777287 | 271845 271845 | 8155 | 5 | 0.338511263423821 |
| 777288 | 777288 | 271845 271845 | 106789 | 4 | 0.326980327091317 |
| 777289 | 777289 | 271845 271845 | 162458 | 1 | 0.129615777147637 |
| 777290 | 777290 | 271845 271845 | 281914 | 1 | 0.0972118328607277 |
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)
);