Learn R Programming

clusterProfiler (version 2.0.1)

enrichGO: GO Enrichment Analysis of a gene set. Given a vector of genes, this function will return the enrichment GO categories with FDR control.

Description

GO Enrichment Analysis of a gene set. Given a vector of genes, this function will return the enrichment GO categories with FDR control.

Usage

enrichGO(gene, organism = "human", ont = "MF", pvalueCutoff = 0.05, pAdjustMethod = "BH", universe, qvalueCutoff = 0.2, minGSSize = 5, readable = FALSE)

Arguments

gene
a vector of entrez gene id.
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".
ont
One of "MF", "BP", and "CC" subontologies.
pvalueCutoff
Cutoff value of pvalue.
pAdjustMethod
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none"
universe
background genes
qvalueCutoff
qvalue cutoff
minGSSize
minimal size of genes annotated by Ontology term for testing.
readable
whether mapping gene ID to gene Name

Value

A enrichResult instance.

See Also

enrichResult-class, compareCluster

Examples

Run this code
#data(gcSample)
	#yy <- enrichGO(gcSample[[1]], organism="human", ont="BP", pvalueCutoff=0.01)
	#head(summary(yy))
	#plot(yy)

Run the code above in your browser using DataLab