consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 260256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 738327 | 738327 | 260256 260256 | 439 | 2 | 0.160039446595158 |
| 738328 | 738328 | 260256 260256 | 111150 | 4 | 0.269153193882113 |
| 738329 | 738329 | 260256 260256 | 126376 | 2 | 0.320078893190316 |
| 738330 | 738330 | 260256 260256 | 224968 | 1 | 0.106692964396772 |
| 738331 | 738331 | 260256 260256 | 290153 | 1 | 0.0640157786380631 |
| 738332 | 738332 | 260256 260256 | 329464 | 1 | 0.0533464821983859 |
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)
);