Skip to contents

Resolve one HP id to its term

Usage

hpo_term(id, ...)

Arguments

id

An HP id, for example "HP:0001250".

...

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

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