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, list = NULL, title = NULL)
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 descriptions, contrast, design and annotations). |
parameters |
list that contains all arguments charged in Asko_start. |
list |
gene list of interest if you want to apply GOenrichment function on a specific gene list. |
title |
name of the gene list if you want to apply GOenrichment function on a specific gene list. |
none.
Remember to read the Wiki section in https://github.com/askomics/askoR/wiki
## Not run:
GOenrichment(resDEG, data_list, parameters)
# OR
GOenrichment(resDEG, data_list, parameters, list, title)
# OR
GOenrichment(resDEG, data_list, parameters, list=NULL, title=NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.