DoDE.Rd
This is the main function for calculating differentially expressed genes
DoDE(tri.dummy, cpcol, onlyoneSample = F, cpus = 16)
this is generated from DE.gettripple
the column in tri.dummy$info, the contents of which are used for iteratively compare with one another
If true, regress out batch effect. Notice, there should be a "Sample" column in in tri.dummy$info that indicate sample or donor or batch
a number of cpus being used for calculation, default is 16
return a list that includes all DE result iteratively
ROCKvsnorock.endo.de<-DoDE(ROCKvsnorock.endo.tri.dummy,"name",onlyoneSample=T,cpus=16)
#> Error in DoDE(ROCKvsnorock.endo.tri.dummy, "name", onlyoneSample = T, cpus = 16): object 'ROCKvsnorock.endo.tri.dummy' not found