consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 332512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 933283 | 933283 | 332512 332512 | 13274 | 2 | 0.233092825412638 |
| 933284 | 933284 | 332512 332512 | 126280 | 2 | 0.403728616494471 |
| 933285 | 933285 | 332512 332512 | 139203 | 2 | 0.127670198471115 |
| 933286 | 933286 | 332512 332512 | 280166 | 1 | 0.100932154123618 |
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)
);