annotate GRsetFromGEO/GRsetFromGEO.R @ 14:c3b28b232e64 draft

Uploaded
author testtool
date Wed, 14 Jun 2017 12:23:00 -0400
parents 6f7428f907da
children ceaf71c74547
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
c3b28b232e64 Uploaded
testtool
parents: 13
diff changeset
1 require("minfi", quietly = TRUE)
c3b28b232e64 Uploaded
testtool
parents: 13
diff changeset
2
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
3 options(warn = -1)
14
c3b28b232e64 Uploaded
testtool
parents: 13
diff changeset
4 options('download.file.method'='wget')
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
6 args <- commandArgs(trailingOnly = TRUE)
7511130b5068 Uploaded
testtool
parents:
diff changeset
7 GSE = args[1]
7511130b5068 Uploaded
testtool
parents:
diff changeset
8 output = args[2]
7511130b5068 Uploaded
testtool
parents:
diff changeset
9
7511130b5068 Uploaded
testtool
parents:
diff changeset
10 GRset <- getGenomicRatioSetFromGEO(GSE)
7511130b5068 Uploaded
testtool
parents:
diff changeset
11
7511130b5068 Uploaded
testtool
parents:
diff changeset
12 save(GRset,file = output)