deGenes2by2Wilcox:
Function to do differential expression analysis, comparing only two
samples
Description
This function takes an object of class maiges and do
differential expression analysis for the genes onto dataset, comparing
only two samples, by the Wilcox (Mann-Withney) test.
The result of this function is an object of class
maigesDE if doClust if FALSE or of class
maigesDEcluster if it is TRUE.
Details
This function calculate Wilcox statistics and p-values for the test
comparing the equality of means using the function
wilcox.test.
There another function to do parametric t test ,
deGenes2by2Ttest, and another option of non-parametric
test doing bootstrap of t statistics, deGenes2by2BootT.