consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 206833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 208800 | 208800 | 73755 73755 | 206833 | 1 | 0.0139549609764862 |
| 557079 | 557079 | 219418 219418 | 206833 | 1 | 0.0139549609764862 |
| 806411 | 806411 | 280874 280874 | 206833 | 1 | 0.0139549609764862 |
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)
);