exData1 {clusterGenomics}R Documentation

A simulated data set with 5 true clusters

Description

A two-dimensional simulated data set which has 5 true clusters (the second data set in Figure 1 in the referenced paper).

Usage

data(exData1)

Format

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

Source

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

Examples

#Get data
data(exData1)

[Package clusterGenomics version 1.0 Index]