univariate.Rd
It applies T test, U test, Anova or Kruskal-Wallis test over dataset features.
univariate(
mRList = NULL,
dirout = NULL,
test_method = c("ttest", "Utest", "anova", "kruskal"),
exp.levels = NULL,
exp.factor = "class"
)
mRList object
output directory
any between "ttest", "Utest", "anova" or "kruskal".
the levels to be considered in the column specified by exp.factor
column of mRList$sample_ann that defines the level for each sample
mRList object with mRList$"testchosen" with univariate analysis
In case of "anova", the results of stats::aov() will be analysed by stats::TukeyHSD()