exData2 {clusterGenomics} | R Documentation |
A 100-dimensional simulated data set which has 4 true clusters (a data set generated from simulation scenario E in the referenced paper).
data(exData2)
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
.
Nilsen et al., "Identifying clusters in genomics data by recursive partitioning", 2013 (in review)
#Get data data(exData2)