This function is used to perform t-test analysis.
Ttests.Anal(mSetObj = NA, nonpar = F, threshp = 0.05,
paired = FALSE, equal.var = TRUE)
Input the name of the created mSetObj (see InitDataObjects)
Logical, use a non-parametric test, T or F. False is default.
Numeric, enter the adjusted p-value (FDR) cutoff
Logical, is data paired (T) or not (F).
Logical, evaluates if the group variance is equal (T) or not (F).