exData2 {clusterGenomics}R Documentation

A simulated data set with 4 true clusters

Description

A 100-dimensional simulated data set which has 4 true clusters (a data set generated from simulation scenario E in the referenced paper).

Usage

data(exData2)

Format

A list with components Y and groups where the former is a 100 x 100 data matrix and the latter is a vector of length 100 giving the groups label for each case (row) in Y.

Source

Nilsen et al., "Identifying clusters in genomics data by recursive partitioning", 2013 (in review)

Examples

#Get data
data(exData2)

[Package clusterGenomics version 1.0 Index]