Learn R Programming

ReorderCluster (version 2.0)

testData2: Simulates the dataset for analysis.

Description

Generates the simulated dataset with 90 genes and 90 experiments with 3 class labels.

Usage

testData2()

Arguments

Value

matr

a dataset, a matrix of feature values for several cases. The additional last column stores the values of class labels.

Details

Generates the simulated dataset with 90 genes and 90 experiments with 3 class labels. The last column stores the class labels for dataset objects.

References

Z. Bar-Joseph, D.K. Gifford, and T.S. Jaakkola. Fast optimal leaf ordering for hierarchical clustering. Bioinformatics, 17:22-29, 2001.

See Also

RearrangeJoseph, OrderingJoseph

Examples

Run this code
# NOT RUN {
matr=testData2()
# }

Run the code above in your browser using DataLab