comparison GRsetFromGEO/Untitled.R @ 36:b3761b109ca9 draft

Uploaded
author testtool
date Mon, 24 Apr 2017 08:50:59 -0400
parents
children
comparison
equal deleted inserted replaced
35:694382fd220a 36:b3761b109ca9
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)
10