Get HPO Term Children
get_term_childrenRetrieve direct is_a child terms (more-specific phenotypes) of an HPO phenotype term to navigate the ontology 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(term, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | An HP id (HP:0000118), a phenotype label/synonym, or an external xref CURIE that resolves to a single HPO term. | |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| candidates | No | ||
| hpo_id | No | ||
| name | No | ||
| count | No | ||
| children | No | ||
| hpo_version | No |