Open rg7486 opened 7 years ago
source("http://www.bioconductor.org/biocLite.R") biocLite("GEOquery") library(GEOquery) filePaths = getGEOSuppFiles("GSE59685") filePaths
To read in the beta_value.csv file: GSE59685_betas <- read.csv("~/path/to/file/GSE59685/GSE59685_betas.csv.gz", comment.char="#", stringsAsFactors=FALSE)
GSE59685_betas <- read.csv("~/path/to/file/GSE59685/GSE59685_betas.csv.gz", comment.char="#", stringsAsFactors=FALSE)
source("http://www.bioconductor.org/biocLite.R") biocLite("GEOquery") library(GEOquery) filePaths = getGEOSuppFiles("GSE59685") filePaths