consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 78649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 229295 | 229295 | 78649 78649 | 12883 | 2 | 0.345389174298389 |
| 229296 | 229296 | 78649 78649 | 16414 | 4 | 0.345389174298389 |
| 229297 | 229297 | 78649 78649 | 137825 | 3 | 0.131790635681034 |
| 229298 | 229298 | 78649 78649 | 142363 | 3 | 0.150862617699236 |
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)
);