Learn R Programming

clusterProfiler (version 2.4.1)

gseGO: gseGO

Description

Gene Set Enrichment Analysis of Gene Ontology

Usage

gseGO(geneList, ont = "BP", organism = "human", exponent = 1, nPerm = 1000, minGSSize = 10, pvalueCutoff = 0.05, pAdjustMethod = "BH", verbose = TRUE)

Arguments

geneList
order ranked geneList
ont
one of "BP", "MF", "CC" or "GO"
organism
One of "anopheles", "arabidopsis", "bovine", "canine", "chicken", "chimp", "coelicolor", "ecolik12","ecsakai", "fly", "gondii","human", "malaria", "mouse", "pig", "rat","rhesus", "worm", "xenopus", "yeast" and "zebrafish".
exponent
weight of each step
nPerm
permutation numbers
minGSSize
minimal size of each geneSet for analyzing
pvalueCutoff
pvalue Cutoff
pAdjustMethod
pvalue adjustment method
verbose
print message or not

Value

gseaResult object