consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 28472
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 189619 | 189619 | 67545 67545 | 28472 | 3 | 0.345498510069199 |
| 266585 | 266585 | 90353 90353 | 28472 | 1 | 0.115947451034594 |
| 267844 | 267844 | 90793 90793 | 28472 | 5 | 0.348406897497105 |
| 667746 | 667746 | 239290 239290 | 28472 | 6 | 0.349635877075965 |
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)
);