consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 341223
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 951159 | 951159 | 341223 341223 | 23617 | 5 | 0.493231175996665 |
| 951160 | 951160 | 341223 341223 | 164813 | 1 | 0.188857946833541 |
| 951161 | 951161 | 341223 341223 | 191822 | 1 | 0.113314768100125 |
| 951162 | 951162 | 341223 341223 | 281882 | 1 | 0.141643460125156 |
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)
);