comparison getGSMdata/getGSMdata.R @ 34:faa0cd8ed36a draft

Uploaded
author testtool
date Mon, 31 Jul 2017 12:21:43 -0400
parents ca4d7b65a2da
children 6fa59a224fb1
comparison
equal deleted inserted replaced
33:ca4d7b65a2da 34:faa0cd8ed36a
1 require("rentrez", quietly = TRUE)
2
3 args <- commandArgs(trailingOnly = TRUE) 1 args <- commandArgs(trailingOnly = TRUE)
4 2
5 GSE = args[1] 3 GSE = args[1]
6 GSMTable = args[2] 4 GSMTable = args[2]
7 5