consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722315 | 722315 | 255289 255289 | 65953 | 7 | 0.422535211267606 |
| 722316 | 722316 | 255289 255289 | 137483 | 1 | 0.211267605633803 |
| 722317 | 722317 | 255289 255289 | 139973 | 1 | 0.140845070422535 |
| 722318 | 722318 | 255289 255289 | 145164 | 1 | 0.105633802816901 |
| 722319 | 722319 | 255289 255289 | 230681 | 1 | 0.0845070422535211 |
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)
);