consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 139088
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 8384 | 8384 | 2537 2537 | 139088 | 1 | 0.0336768432394787 |
| 207089 | 207089 | 73331 73331 | 139088 | 1 | 0.0336768432394787 |
| 673774 | 673774 | 240921 240921 | 139088 | 3 | 0.0846943546727761 |
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)
);