randomise {Mfuzz}R Documentation

Randomisation of data

Description

This function randomise the time order for each gene separately.

Usage

randomise(eset)

Arguments

eset object of the class ExpressionSet.

Value

The function produces an object of the ExpressionSet class with randomised expression data.

Author(s)

Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)

Examples

data(yeast) # data set includes 17 measurements
yeastR <- randomise(yeast) 

[Package Mfuzz version 1.12.0 Index]