consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 45187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 28231 | 28231 | 8179 8179 | 45187 | 8 | 0.424671385237614 |
| 235791 | 235791 | 80397 80397 | 45187 | 8 | 0.319949811794228 |
| 916795 | 916795 | 324959 324959 | 45187 | 4 | 0.417633410672854 |
| 916987 | 916987 | 325022 325022 | 45187 | 1 | 0.0835266821345708 |
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)
);