consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65598
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183587 | 183587 | 65598 65598 | 54032 | 1 | 0.10865088300611 |
| 183588 | 183588 | 65598 65598 | 65766 | 1 | 0.325952649018331 |
| 183589 | 183589 | 65598 65598 | 127220 | 4 | 0.274092414101966 |
| 183590 | 183590 | 65598 65598 | 229376 | 3 | 0.25870878897176 |
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)
);