deGenes2by2Ttest:
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 t 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 t statistics and p-values for the test of
difference in the means of the groups using the function
t.test.
There are other two functions, deGenes2by2Wilcox and
deGenes2by2BootT, to do non-parametric tests by the
Wilcox test an t statistic bootstrap, respectively.