Skip to contents

Search HPO terms by free text

Usage

hpo_search(query, limit = 10, ...)

Arguments

query

Free text, for example "seizure".

limit

Maximum terms to return.

...

Passed to biohttp::get_json(), for example throttle.

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"))
} # }