Description Usage Arguments Value Author(s) References See Also Examples
GOEnrichment is a function which, given as input an object of class 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.
1 2 | GOEnrichment(object, ontology="all", classOfDEGs="both",
test.method="classic", test.threshold = 0.05, mult.cor=TRUE)
|
object |
an object of class |
ontology |
a character string specifying the GO ontology of interest: |
classOfDEGs |
a character string specifying the class of genes for which we want to detect enriched GO terms: |
test.method |
a character string specifying the statistical method to calculate the enrichment. By default it is set to |
test.threshold |
a numeric value specifying the significance threshold upon which the GO terms are considered significantly over-represented. By default it is se to |
mult.cor |
a boolean variable specifying whether the significance threshold is applied to the multiple test corrected or to the original p-values obtained from the selected enrichment method. By default it is set to |
An object of class GOsets
Toma Tebaldi, Erik Dassi, Galena Kostoska
Ashburner M et al(2000). Gene ontology: tool for the unification of biology. Nat. Genet. May 2000;25(1):25-9.
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
1 2 3 | data(tRanslatomeSampleData)
GOEnrichment(limma.DEGs,ontology="CC",classOfDEGs="up",
test.method="classic", test.threshold = 0.05,mult.cor = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.