convertGeneIDs: Gene ID conversion

View source: R/gene_functions.R

convertGeneIDsR Documentation

Gene ID conversion

Description

Gene ID conversion

Usage

convertGeneIDs(
  ids,
  from = "ENTREZID",
  to = "SYMBOL",
  annotation = org.Hs.eg.db::org.Hs.eg.db,
  multiVals = "collapse",
  ...
)

Arguments

multiVals

first, collapse

...

Examples

convertGeneIDs(c("3098", "3099"))
convertGeneIDs(c("3098", "3099"), to = "GENENAME")
convertGeneIDs(c("3098", "3099"), to = "GENETYPE")

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.