Learn R Programming

Mfuzz (version 2.32.0)

randomise: 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

with randomised expression data.

Examples

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

Run the code above in your browser using DataLab