getEnrichGO: getEnrichGO

Description Usage Arguments Value Note Examples

View source: R/GOterm.R

Description

Gathers the Enriched GO Term analysis data to be used within the GO Term plots.

Usage

1
2
3
4
5
6
getEnrichGO(
  genelist = NULL,
  pvalueCutoff = 0.01,
  org = "org.Hs.eg.db",
  ont = "CC"
)

Arguments

genelist,

gene list

pvalueCutoff,

p value cutoff

org,

the organism used

ont,

the ontology used

Value

Enriched GO

Note

getEnrichGO

Examples

1
    x <- getEnrichGO()

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