consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 117746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183942 | 183942 | 65714 65714 | 117746 | 3 | 0.233111434810896 |
| 589225 | 589225 | 230033 230033 | 117746 | 3 | 0.250247275874349 |
| 751838 | 751838 | 264319 264319 | 117746 | 3 | 0.36045366724938 |
| 751840 | 751840 | 264320 264320 | 117746 | 3 | 0.36045366724938 |
| 1743527 | 1743527 | 533990 533990 | 117746 | 3 | 0.36045366724938 |
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)
);