Description Usage Arguments Value Author(s)
This function does GO enrichment on a user defined GO universe
1 2 3 4 | GOanalysis(genes, universe = pt210_GO_Universe,
organism = "Populus trichocarpa", pv = 0.01,
ontology=c("BP","MF","CC"), testDirection = "over",
conditional=FALSE)
|
genes |
Provide a vector of gene names to be tested |
universe |
Provide a user define GO universe |
organism |
Specify the name of the organism |
pv |
Specify a p-value threshhold for significance (default = 0.01) |
ontology |
Specify the ontologies to test (Default = c("BP","MF","CC")) |
testDirection |
A string which can be either "over" or "under". This determines whether the test performed detects over or under represented GO terms. See GSEAGOHyperGParams (Defalut = "over") |
conditional |
A logical indicating whether the calculation should condition on the GO structure. (GO only) |
Returns a list object that contains the ontology results for Biological Processes (BP), Molecular Functions (MF) and Cellular Components (CC)
Matthew Zinkgraf, mzinkgraf@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.