Search HPO terms by free text
Arguments
- query
Free text, for example
"seizure".- limit
Maximum terms to return.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the tibble described in
hpo_parse_search().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(hpo_search("seizure"))
} # }