Phenotype to Protein Structures
phenotype_to_structuresMap a clinical phenotype (HPO term) to protein structures by resolving associated diseases and their top protein targets, returning UniProt IDs for AlphaFold retrieval.
Instructions
Map a clinical phenotype to the protein structures of its disease targets.
Pipeline:
Resolve HPO term → associated diseases
For each disease → top protein targets (Open Targets)
For each target → UniProt ID (for AlphaFold retrieval)
Use the returned UniProt IDs with get_structure or get_enriched_protein
to retrieve structural data.
Example: phenotype_to_structures(hpo_id='HP:0002621')
maps Atherosclerosis → disease targets → UniProt IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |