gseGO {clusterProfiler}R Documentation

gseGO

Description

Gene Set Enrichment Analysis of Gene Ontology

Usage

gseGO(geneList, ont = "BP", OrgDb, keyType = "ENTREZID", exponent = 1,
  nPerm = 1000, minGSSize = 10, maxGSSize = 500, pvalueCutoff = 0.05,
  pAdjustMethod = "BH", verbose = TRUE, seed = FALSE, by = "fgsea")

Arguments

geneList

order ranked geneList

ont

one of "BP", "MF", "CC" or "GO"

OrgDb

OrgDb

keyType

keytype of gene

exponent

weight of each step

nPerm

permutation numbers

minGSSize

minimal size of each geneSet for analyzing

maxGSSize

maximal size of genes annotated for testing

pvalueCutoff

pvalue Cutoff

pAdjustMethod

pvalue adjustment method

verbose

print message or not

seed

logical

by

one of 'fgsea' or 'DOSE'

Value

gseaResult object

Author(s)

Yu Guangchuang


[Package clusterProfiler version 3.8.1 Index]