Maps each queried symbol to STRING's own preferredName. Needed to interpret
network edges; see string_reconcile_edges().
Arguments
- symbols
Gene symbols.
- species
An NCBI taxon id. Defaults to human.
- ...
Passed to
biohttp::get_json(), for examplethrottle.
Value
A biohttp envelope whose data is the tibble described in
string_parse_ids().
Examples
if (FALSE) { # \dontrun{
biohttp::body_or_null(string_map_ids(c("SEPTIN9", "TP53")))
} # }