getEnrichGO {debrowser}R Documentation

getEnrichGO

Description

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

Usage

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

    x <- getEnrichGO()


[Package debrowser version 1.12.3 Index]