consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 38260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 109353 | 109353 | 38260 38260 | 19326 | 7 | 0.410648717947538 |
| 109354 | 109354 | 38260 38260 | 138744 | 2 | 0.167646637083259 |
| 109355 | 109355 | 38260 38260 | 140017 | 1 | 0.102662179486885 |
| 109356 | 109356 | 38260 38260 | 146538 | 1 | 0.0821297435895076 |
| 109357 | 109357 | 38260 38260 | 164032 | 1 | 0.205324358973769 |
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)
);