diff getGRsetFromGEO/.Rhistory @ 0:457c1fc71f64 draft

Uploaded
author testtool
date Sun, 11 Jun 2017 06:21:37 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/getGRsetFromGEO/.Rhistory	Sun Jun 11 06:21:37 2017 -0400
@@ -0,0 +1,16 @@
+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()