annotate getGRsetFromGEO/.Rhistory @ 1:af176b97c4ac draft

Deleted selected files
author testtool
date Sun, 11 Jun 2017 06:37:18 -0400
parents 457c1fc71f64
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
1 require("minfi", quietly = TRUE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
2 ?require
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
3 require("minfi", quietly = TRUE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
4 minfi
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
5 as.data.frame(GRset)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
6 GRset <- getGenomicRatioSetFromGEO(GSE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
7 getGenomicRatioSetFromGEO
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
8 require("minfi", quietly = TRUE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
9 options(warn = -1)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
10 options("download.file.method"="wget")
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
11 args <- commandArgs(trailingOnly = TRUE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
12 GSE = args[1]
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
13 output = args[2]
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
14 GRset <- getGenomicRatioSetFromGEO(GSE)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
15 save(GRset,file = output)
457c1fc71f64 Uploaded
testtool
parents:
diff changeset
16 sessionInfo()