Skip to contents

The mouse ortholog IMPC holds for a human gene

Usage

impc_mouse_ortholog(symbol, ...)

Arguments

symbol

A human gene symbol, for example "NF1".

...

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

Value

A biohttp envelope whose data is the one-row tibble described in impc_parse_ortholog().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(impc_mouse_ortholog("NF1"))
} # }