consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 240679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 672837 | 672837 | 240679 240679 | 2850 | 14 | 0.585137966696985 |
| 672838 | 672838 | 240679 240679 | 34361 | 1 | 0.161511173270639 |
| 672839 | 672839 | 240679 240679 | 243752 | 1 | 0.215348231027519 |
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)
);