consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102240
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302069 | 302069 | 102240 102240 | 1763 | 4 | 0.297883010624303 |
| 302070 | 302070 | 102240 102240 | 126271 | 5 | 0.421270193625418 |
| 302071 | 302071 | 102240 102240 | 241613 | 1 | 0.105317548406355 |
| 302072 | 302072 | 102240 102240 | 281203 | 1 | 0.140423397875139 |
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)
);