| package name | available to download at |
|---|---|
| cluster | http://www.r-project.org |
| hybridHclust | http://www.r-project.org |
| WECCA | http://www.few.vu.nl/~wvanwie/software/WECCA/WECCA.html |
| clusterv | http://homes.dsi.unimi.it/valentini/software.html |
| mostclust | http://homes.dsi.unimi.it/valentini/software.html |
| > | DATA<-list(data set(s)) |
| > | nb<-c(2:10) | # number of clusters for each solution | > | f<-0.8 | # part of the data set which is randomly picked for each subsample in the resampling procedure |
| > | nsub<-100 | # half of the number of times the perturbation procedure is applied in the resampling procedure |
| > | StabClustCGH(DATA,nb,f,nsub) |