annotate GRsetFromGEO/GRsetFromGEO.R @ 20:882e9c8498fa draft

Uploaded
author testtool
date Wed, 12 Apr 2017 13:00:22 -0400
parents 79cf43dbbf79
children 59122070e61d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
0631845b906d Uploaded
testtool
parents:
diff changeset
1 options(warn = -1)
0631845b906d Uploaded
testtool
parents:
diff changeset
2 options("download.file.method"="wget")
0631845b906d Uploaded
testtool
parents:
diff changeset
3
0631845b906d Uploaded
testtool
parents:
diff changeset
4 args <- commandArgs(trailingOnly = TRUE)
0631845b906d Uploaded
testtool
parents:
diff changeset
5 GSE = args[1]
0631845b906d Uploaded
testtool
parents:
diff changeset
6 output = args[2]
0631845b906d Uploaded
testtool
parents:
diff changeset
7
20
882e9c8498fa Uploaded
testtool
parents: 19
diff changeset
8 GRset <- minfi::getGenomicRatioSetFromGEO(GSE)
12
0631845b906d Uploaded
testtool
parents:
diff changeset
9
0631845b906d Uploaded
testtool
parents:
diff changeset
10 save(GRset,file = output)