getGeneAnnotMap | R Documentation |
Get a mapping (e.g. of identifiers) and automatically select the correct AnnotationDbi
database for a given
assembly
getGeneAnnotMap(assembly, from = "ENSEMBL", to = "SYMBOL", multiMap = "paste")
assembly |
character string specifying the assembly |
from |
the column name that will be used as the key for the resulting map |
to |
the column name that will be used as the result for the resulting map |
multiMap |
character string specifying what to do if multiple mappings are found for a key
by default ( |
a named vector (or list depending on how the multiMap
argument is chosen) providing a mapping
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.