comparison GRsetFromGEO/GRsetFromGEO.R @ 32:be1ca0e7829b draft

Uploaded
author testtool
date Thu, 13 Apr 2017 12:50:58 -0400
parents 118e636a5f95
children
comparison
equal deleted inserted replaced
31:cc4b808cb2ea 32:be1ca0e7829b
4 GSE = args[1] 4 GSE = args[1]
5 output = args[2] 5 output = args[2]
6 6
7 GRset <- getGenomicRatioSetFromGEO(GSE) 7 GRset <- getGenomicRatioSetFromGEO(GSE)
8 8
9 save(GRset,output) 9 #save(GRset,output)
10 a<-"franek"
11
12 write.table(a, output, row.names = FALSE,quote=FALSE,sep="\t")