DEGs
, identifies overrepresented GO terms among differentially expressed genes. The analysis can be applied to all the GO ontologies or restricted to GO terms specifically belonging to one ontology: molecular function, cellular component or biological process. Moreover the function can identify enriched GO terms for separate classes of genes of interest: only up-regulated genes, only down-regulated genes or both of them together. The output of the function is an object of class GOsets
, containing the results of the enrichment analysis.
GOEnrichment(object, ontology="all", classOfDEGs="both", test.method="classic", test.threshold = 0.05, mult.cor=TRUE)
DEGs
CC
for Cellular Component, BP
for Biological Process, MF
for Molecular Function or all
for all the three ontologies. The default is set to all
.up
for considering only up-regulated genes, down
for considering only down-regulated genes, both
for considering all DEGs, independently from the direction of their changes. The default is set to both
.classic
(enrichment is measured with the classic Fisher exact test), but it can also be set to elim
, weight
, weight01
or parentchild
. All these methods are implemented in the topGO
Bioconductor package0.05
.TRUE
.GOsets
Alexa A, Rahnenfuhrer J, Lengauer T. Improved scoring of functional groups from gene expression data by decorrelating go graph structure. Bioinformatics 2006, 22(13):1600-7
GOComparison
GOsets
GOsims
data(tRanslatomeSampleData)
GOEnrichment(limma.DEGs,ontology="CC",classOfDEGs="up",
test.method="classic", test.threshold = 0.05,mult.cor = TRUE)
Run the code above in your browser using DataLab