Get Mammalian Phenotype Term
get_mp_termRetrieve a Mammalian Phenotype ontology term's definition, hierarchy, and top-level systems. Use with find_markers_by_phenotype to connect phenotypes to mouse genes.
Instructions
Return a Mammalian Phenotype (MP) ontology term: id, name, definition, direct parents and children (is_a edges), and the top-level system(s) it rolls up to. Use with find_markers_by_phenotype to go from a phenotype to the mouse genes that model it. Signature: get_mp_term(mp_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mp_id | Yes | A Mammalian Phenotype term id (MP:0005367). |
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 | ||
| mp_id | No | ||
| name | No | ||
| definition | No | ||
| parents | No | ||
| children | No | ||
| top_level_systems | No |