consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669264 | 669264 | 239748 239748 | 375 | 3 | 0.294650618481108 |
| 669265 | 669265 | 239748 239748 | 93979 | 1 | 0.185618258294445 |
| 669266 | 669266 | 239748 239748 | 97364 | 1 | 0.12374550552963 |
| 669267 | 669267 | 239748 239748 | 111807 | 9 | 0.371236516588891 |
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)
);