One request for the whole list, because Pharos's targets query already takes
an array.
Arguments
- symbols
Gene symbols.
- ...
Passed to
biohttp::post_json(), for examplethrottle.
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")))
} # }