consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 136144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 394256 | 394256 | 136144 136144 | 7365 | 4 | 0.428106652265597 |
| 394257 | 394257 | 136144 136144 | 226573 | 2 | 0.174773808923637 |
| 394258 | 394258 | 136144 136144 | 275289 | 4 | 0.27353579334706 |
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)
);