randomise: Randomisation of data

Description Usage Arguments Value Author(s) Examples

View source: R/randomise.R

Description

This function randomise the time order for each gene separately.

Usage

1
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

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

Mfuzz documentation built on Nov. 8, 2020, 5:22 p.m.