powered by
performing statistics, including calculating fold change, p-values and VIP values
doStat(x, Group = NULL)
a dataframe with statistical information
sample ion intensity matrix, row sample, column feature.
sample group information
dat <- matrix(runif(2*300), ncol = 2, nrow = 300) rownames(dat) <- 1:dim(dat)[1] myGroup <- rep_len(LETTERS[1:3], 300) ret <- doStat(dat, Group = myGroup)
Run the code above in your browser using DataLab