comparison GRsetFromGEO/GRsetFromGEO.R @ 34:59a5237b72a3 draft

Uploaded
author testtool
date Fri, 14 Apr 2017 09:25:08 -0400
parents
children 694382fd220a
comparison
equal deleted inserted replaced
33:2c799524e1d3 34:59a5237b72a3
1 require("minfi", quietly = TRUE)
2
3 args <- commandArgs(trailingOnly = TRUE)
4 GSE = args[1]
5 output = args[2]
6
7 GRset <- getGenomicRatioSetFromGEO(GSE)
8
9 save(GRset,output)