inst/data_scripts/chowdary-2006/1-download.r

# Chowdary et al. (2006) Breast Cancer Data Set
# Installs the data sets from Gene Expression Omnibus (GEO) database
source('http://bioconductor.org/biocLite.R')
biocLite('GEOquery')
library('GEOquery')
geo_obj <- getGEO('GSE3726')
ramhiser/datamicroarray documentation built on May 26, 2019, 10:07 p.m.