annotate GRsetFromGEO/GRsetFromGEO.R @ 13:6f7428f907da draft

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