Description Usage Arguments Value Author(s)
This function does GO enrichment on TAIR10 GO universe
1 2 3 | atGOanalysis(genes, universe = TAIR10_GO_Universe,
organism = "Arabidopsis thaliana", pv = 0.01,
ontology=c("BP","MF","CC"), testDirection = "over")
|
genes |
Provide a vector of gene names to be tested |
universe |
Arabidopsis TAIR10 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") |
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.