Find all BEID and ProbeID corresponding to a BE
beIDsToAllScopes(
beids,
be,
source,
organism,
entities = NULL,
canonical_symbols = TRUE
)
A data.frame with the following fields:
value: the identifier
be: the type of BE
source: the source of the identifier
organism: the BE organism
symbol: canonical symbol of the identifier
BE_entity: the BE entity input
BEID (optional): the BE ID input
BE_source (optional): the BE source input
a character vector of gene identifiers
one BE. Guessed if not provided
the source of gene identifiers. Guessed if not provided
the gene organism. Guessed if not provided
a numeric vector of gene entity. If NULL (default), beids, source and organism arguments are used to identify BEs. Be carefull when using entities as these identifiers are not stable.
return only canonical symbols (default: TRUE).