getGeneList: getGeneList

Description Usage Arguments Value Note Examples

View source: R/GOterm.R

Description

Gathers the gene list to use for GOTerm analysis.

Usage

1
2
3
4
5
6
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

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

debrowser documentation built on Dec. 18, 2020, 2 a.m.