GOenrichment | R Documentation |
Perform GO enrichment analysis with topGO package. This package provides tools for testing GO terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be implemented and applied.
GOenrichment(resDEG, data_list, parameters)
resDEG |
data frame contains for each contrast the significance expression (1/0/-1) for all gene. |
data_list |
list contain all data and metadata (DGEList, samples descritions, contrast, design and annotations). |
parameters |
list that contains all arguments charged in Asko_start. |
none.
## Not run:
GOenrichment(resDEG, data_list, parameters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.