consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 246074
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 689984 | 689984 | 246074 246074 | 19326 | 7 | 0.410648717947538 |
| 689985 | 689985 | 246074 246074 | 138744 | 2 | 0.167646637083259 |
| 689986 | 689986 | 246074 246074 | 140017 | 1 | 0.102662179486885 |
| 689987 | 689987 | 246074 246074 | 146538 | 1 | 0.0821297435895076 |
| 689988 | 689988 | 246074 246074 | 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)
);