consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 275829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 789777 | 789777 | 275829 275829 | 8905 | 1 | 0.084736556219446 |
| 789778 | 789778 | 275829 275829 | 31492 | 8 | 0.42368278109723 |
| 789779 | 789779 | 275829 275829 | 107224 | 1 | 0.211841390548615 |
| 789780 | 789780 | 275829 275829 | 182969 | 1 | 0.141227593699077 |
| 789781 | 789781 | 275829 275829 | 234784 | 1 | 0.105920695274307 |
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)
);