annotate GRsetFromGEO/GRsetFromGEO.R @ 55:e23909ae6676 draft

Uploaded
author testtool
date Thu, 10 Aug 2017 06:26:46 -0400
parents 5752f23e451f
children d7cf4a35f827
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
1 options(warn = -1)
22
71a8c9b37d45 Uploaded
testtool
parents: 21
diff changeset
2 options('download.file.method.GEOquery' = 'wget')
21
07f0fc6e4d1d Uploaded
testtool
parents: 17
diff changeset
3 options('GEOquery.inmemory.gpl'=FALSE)
17
3431c6054674 Uploaded
testtool
parents: 16
diff changeset
4
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
6 args <- commandArgs(trailingOnly = TRUE)
16
ceaf71c74547 Uploaded
testtool
parents: 14
diff changeset
7 input = args[1]
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
8 output = args[2]
39
05f6acc80f47 Uploaded
testtool
parents: 38
diff changeset
9
55
e23909ae6676 Uploaded
testtool
parents: 54
diff changeset
10 GRset <- minfi::getGenomicRatioSetFromGEO(input)
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
11
7511130b5068 Uploaded
testtool
parents:
diff changeset
12 save(GRset,file = output)
38
88d2c717105e Uploaded
testtool
parents: 33
diff changeset
13
54
5752f23e451f Uploaded
testtool
parents: 42
diff changeset
14