source('http://www.bioconductor.org/biocLite.R') cat('Installing Basic Bioconductor Packages\n') biocLite() cat('Installing CNV/SNP analysis packages\n') biocLite(c('snapCGH','beadarray','beadarraySNP')) cat('Installing graphics packages\n') biocLite('gplots')