View source: R/gene_functions.R
convertGeneIDs | R Documentation |
Gene ID conversion
convertGeneIDs(
ids,
from = "ENTREZID",
to = "SYMBOL",
annotation = org.Hs.eg.db::org.Hs.eg.db,
multiVals = "collapse",
...
)
multiVals |
first, collapse |
... |
convertGeneIDs(c("3098", "3099"))
convertGeneIDs(c("3098", "3099"), to = "GENENAME")
convertGeneIDs(c("3098", "3099"), to = "GENETYPE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.