getGeneList: getGeneList

View source: R/GOterm.R

getGeneListR Documentation

getGeneList

Description

Gathers the gene list to use for GOTerm analysis.

Usage

getGeneList(
  genes = NULL,
  org = "org.Hs.eg.db",
  fromType = "SYMBOL",
  toType = c("ENTREZID")
)

Arguments

genes,

gene list

org,

orgranism for gene symbol entrez ID conversion

fromType,

from Type

toType,

to Type

Value

ENTREZ ID list

Note

GOTerm

getGeneList symobol to ENTREZ ID conversion

Examples

    x <- getGeneList(c('OCLN', 'ABCC2'))


UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.