Skip to contents

One request for the whole list, because Pharos's targets query already takes an array.

Usage

pharos_targets(symbols, ...)

Arguments

symbols

Gene symbols.

...

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

Value

A biohttp envelope whose data is a tibble with one row per entry in symbols, in the same order. See pharos_parse_targets().

Examples

if (FALSE) { # \dontrun{
biohttp::body_or_null(pharos_targets(c("NF1", "EGFR")))
} # }