consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 153256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 423772 | 423772 | 153256 153256 | 3893 | 2 | 0.193426879383159 |
| 423773 | 423773 | 153256 153256 | 61366 | 8 | 0.386853758766318 |
| 423774 | 423774 | 153256 153256 | 196777 | 2 | 0.111675060880376 |
| 423775 | 423775 | 153256 153256 | 219284 | 2 | 0.0789661928379345 |
| 423776 | 423776 | 153256 153256 | 221646 | 1 | 0.0773707517532636 |
| 423777 | 423777 | 153256 153256 | 233675 | 1 | 0.128951252922106 |
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)
);