getFC {MSbox} | R Documentation |
calculate fold change
Description
calculate fold change among different samples.
Usage
getFC(x, Group = NULL)
Arguments
x |
sample ion intensity matrix, row sample, column feature. |
Group |
sample group information |
Value
a dataframe with mean values and fold changes
Examples
dat <- matrix(runif(2*300), ncol = 2, nrow = 300)
myGroup <- rep_len(LETTERS[1:2], 300)
ret <- getFC(dat, Group = myGroup)
[Package MSbox version 1.4.8 Index]