consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 226229
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 577388 | 577388 | 226229 226229 | 13828 | 4 | 0.33981137949148 |
| 577389 | 577389 | 226229 226229 | 139210 | 2 | 0.33981137949148 |
| 577390 | 577390 | 226229 226229 | 287194 | 1 | 0.16018862050852 |
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)
);