## Required Packages for "Clustering and Data Mining in R" Workshop ## CRAN Packages install.packages(c("pvclust", "biclust", "modeltools", "som", "flexclust", "cluster", "scatterplot3d", "gplots", "e1071", "kernlab")) ## BioConductor Packages source("http://www.bioconductor.org/biocLite.R") biocLite(c("geneplotter", "ellipse", "ctc"))