getEnrichKEGG {debrowser}R Documentation

getEnrichKEGG

Description

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

Usage

getEnrichKEGG(genelist = NULL, pvalueCutoff = 0.01, org = "org.Hs.eg.db")

Arguments

genelist,

gene list

pvalueCutoff,

the p value cutoff

org,

the organism used

Value

Enriched KEGG

Note

getEnrichKEGG

Examples

    x <- getEnrichKEGG()

[Package debrowser version 1.22.3 Index]