consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 255699
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723448 | 723448 | 255699 255699 | 45328 | 2 | 0.0791238214478035 |
| 723449 | 723449 | 255699 255699 | 60779 | 2 | 0.0913643192244025 |
| 723450 | 723450 | 255699 255699 | 67516 | 8 | 0.353852486793689 |
| 723451 | 723451 | 255699 255699 | 83487 | 1 | 0.176926243396845 |
| 723452 | 723452 | 255699 255699 | 136336 | 2 | 0.176926243396845 |
| 723453 | 723453 | 255699 255699 | 160289 | 2 | 0.102148414251877 |
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)
);