Get HPO Term Children
get_term_childrenGet the immediate more-specific phenotype terms (direct children) of an HPO term for exploring the phenotype hierarchy.
Instructions
Return the direct is_a children (immediate more-specific phenotype terms) of an HPO term. Use get_term_descendants for the full transitive set. Signature: get_term_children(hpo_id, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hpo_id | Yes | Canonical HP id for the resolved HPO term (HP:0000118). Legacy `term` arguments are accepted as an alias. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |