randomise {Mfuzz} | R Documentation |
This function randomise the time order for each gene separately.
randomise(eset)
eset |
object of the class exprSet |
The function produces an object of the exprSet class with randomised expression data.
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
data(yeast) # data set includes 17 measurements yeastR <- randomise(yeast)