Mercurial > repos > testtool > geo_data
view GRsetFromGEO/Untitled.R @ 45:28416ed17e41 draft
Uploaded
author | testtool |
---|---|
date | Mon, 24 Apr 2017 10:52:54 -0400 |
parents | b3761b109ca9 |
children |
line wrap: on
line source
require("minfi", quietly = TRUE) args <- commandArgs(trailingOnly = TRUE) GSE = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(GSE) save(GRset,output)