consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 109117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 323828 | 323828 | 109117 109117 | 18694 | 3 | 0.191092437309841 |
| 323829 | 323829 | 109117 109117 | 91876 | 2 | 0.303340336008809 |
| 323830 | 323830 | 109117 109117 | 164443 | 1 | 0.0758350840022024 |
| 323831 | 323831 | 109117 109117 | 229512 | 4 | 0.303340336008809 |
| 323832 | 323832 | 109117 109117 | 333501 | 1 | 0.10111344533627 |
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)
);