annotate GRsetFromGEO/GRsetFromGEO.R @ 12:49fb5138448c draft

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