annotate GRsetFromGEO/GRsetFromGEO.R @ 29:118e636a5f95 draft

Uploaded
author testtool
date Thu, 13 Apr 2017 11:49:05 -0400
parents 3d281ad15b83
children be1ca0e7829b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
59122070e61d Uploaded
testtool
parents: 20
diff changeset
1 require("minfi", quietly = TRUE)
59122070e61d Uploaded
testtool
parents: 20
diff changeset
2
12
0631845b906d Uploaded
testtool
parents:
diff changeset
3 args <- commandArgs(trailingOnly = TRUE)
0631845b906d Uploaded
testtool
parents:
diff changeset
4 GSE = args[1]
0631845b906d Uploaded
testtool
parents:
diff changeset
5 output = args[2]
0631845b906d Uploaded
testtool
parents:
diff changeset
6
21
59122070e61d Uploaded
testtool
parents: 20
diff changeset
7 GRset <- getGenomicRatioSetFromGEO(GSE)
12
0631845b906d Uploaded
testtool
parents:
diff changeset
8
29
118e636a5f95 Uploaded
testtool
parents: 28
diff changeset
9 save(GRset,output)