Skip to contents

Maps each queried symbol to STRING's own preferredName. Needed to interpret network edges; see string_reconcile_edges().

Usage

string_map_ids(symbols, species = STRING_HUMAN, ...)

Arguments

symbols

Gene symbols.

species

An NCBI taxon id. Defaults to human.

...

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

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