getGSEA: getGSEA

Description Usage Arguments Value Note Examples

View source: R/GOterm.R

Description

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

Usage

1
2
3
4
5
6
getGSEA(
  dataset = NULL,
  pvalueCutoff = 0.01,
  org = "org.Hs.eg.db",
  sortfield = "log2FoldChange"
)

Arguments

dataset,

dataset

pvalueCutoff,

the p value cutoff

org,

the organism used

sortfield,

sort field for GSEA

Value

GSEA

Note

getGSEA

Examples

1
    x <- getGSEA()

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