view GRsetFromGEO/GRsetFromGEO.R @ 28:3d281ad15b83 draft

Uploaded
author testtool
date Thu, 13 Apr 2017 11:26:43 -0400
parents 59122070e61d
children 118e636a5f95
line wrap: on
line source

require("minfi", quietly = TRUE)

options(warn = -1)
options("download.file.method"="wget")

args <- commandArgs(trailingOnly = TRUE)
GSE = args[1] 
output = args[2] 

GRset <- getGenomicRatioSetFromGEO(GSE)
a<-"stefan"
write.table(a,output)

#save(GRset,file = output)