DEanalysis | R Documentation |
Genewise statistical tests for a given coefficient or contrast, with edgeR method.
DEanalysis(norm_GE, data_list, asko_list, parameters)
norm_GE |
large DGEList with normalized counts and data description. |
data_list |
list contain all data and metadata (DGEList, samples descritions, contrast, design and annotations). |
asko_list |
list of data.frame contain condition, contrast and context informations made by asko3c. |
parameters |
list that contains all arguments charged in Asko_start. |
SumMat, list (TestResults format class limma) contains for each contrast the significance expression (1/0/-1) for all gene.
## Not run:
sum_table<-DEanalysis(norm_GE, data_list, asko_list, parameters)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.