consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 73942
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210266 | 210266 | 73942 73942 | 52220 | 7 | 0.292738362200668 |
| 210267 | 210267 | 73942 73942 | 191875 | 3 | 0.159303097303851 |
| 210268 | 210268 | 73942 73942 | 191921 | 4 | 0.41749222132989 |
| 210269 | 210269 | 73942 73942 | 322736 | 1 | 0.104373055332473 |
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)
);