exData1 {clusterGenomics} | R Documentation |
A two-dimensional simulated data set which has 5 true clusters (the second data set in Figure 1 in the referenced paper).
data(exData1)
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
.
Nilsen et al., "Identifying clusters in genomics data by recursive partitioning", 2013 (in review)
#Get data data(exData1)