Description Usage Arguments Value References See Also Examples
Performs a GSEA analysis of a list of genes using the package topGO
(see References).
1 | gseaAnalysis(hitVector, whichOnto)
|
hitVector |
a named hit vector as generated by |
whichOnto |
One of the three GO ontologies: |
A table containing the enriched GO terms and their significance.
A. Alexa, J. Rahnenfuhrer and T. Lengauer. Improved scoring of functional groups from gene expression data by decorrelating GO graph structure. Bioinformatics, 22(13):1600-1607, 2006
Adrian Alexa and Jorg Rahnenfuhrer (2006). topGO: Enrichment analysis for Gene Ontology. R package version 1.4.0.
1 2 3 4 5 6 7 8 9 | data(scoredDataset1, package="RNAither")
data(pValVec1, package="RNAither")
##for details on the generation of pValVec1 and scoredDataset1, see the example of the Ttest function linked above.
scoredHits1 <- hitselectionPval(scoredDataset1, pValVec1, "SigIntensity", "Hits1", 0.1,
"GeneName", "pvalue_testfile1.txt")
hitVector1 <- scoredHits1[[2]]
gseaTable <- gseaAnalysis(hitVector1, "biological_process")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.