annotate GRsetFromGEO/GRsetFromGEO.R @ 32:be1ca0e7829b draft

Uploaded
author testtool
date Thu, 13 Apr 2017 12:50:58 -0400
parents 118e636a5f95
children
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
32
be1ca0e7829b Uploaded
testtool
parents: 29
diff changeset
9 #save(GRset,output)
be1ca0e7829b Uploaded
testtool
parents: 29
diff changeset
10 a<-"franek"
be1ca0e7829b Uploaded
testtool
parents: 29
diff changeset
11
be1ca0e7829b Uploaded
testtool
parents: 29
diff changeset
12 write.table(a, output, row.names = FALSE,quote=FALSE,sep="\t")