Resolve one HP id to its term
Arguments
- id
An HP id, for example
"HP:0001250".- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the one-row tibble described in
hpo_parse_term().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(hpo_term("HP:0001250"))
} # }