Mercurial > repos > testtool > get_gr_set
view GRsetFromGEO/.Rhistory @ 19:0a619d0e45fd draft
Deleted selected files
author | testtool |
---|---|
date | Mon, 03 Jul 2017 07:13:43 -0400 |
parents | 7511130b5068 |
children |
line wrap: on
line source
require("minfi", quietly = TRUE) ?require require("minfi", quietly = TRUE) minfi as.data.frame(GRset) GRset <- getGenomicRatioSetFromGEO(GSE) getGenomicRatioSetFromGEO require("minfi", quietly = TRUE) options(warn = -1) options("download.file.method"="wget") args <- commandArgs(trailingOnly = TRUE) GSE = args[1] output = args[2] GRset <- getGenomicRatioSetFromGEO(GSE) save(GRset,file = output) sessionInfo()