comparison GRsetFromGEO/GRsetFromGEO.R @ 17:9c9e389abef6 draft

Uploaded
author testtool
date Wed, 12 Apr 2017 12:05:46 -0400
parents 0631845b906d
children 79cf43dbbf79
comparison
equal deleted inserted replaced
16:0abad8725065 17:9c9e389abef6
8 output = args[2] 8 output = args[2]
9 9
10 GRset <- getGenomicRatioSetFromGEO(GSE) 10 GRset <- getGenomicRatioSetFromGEO(GSE)
11 11
12 save(GRset,file = output) 12 save(GRset,file = output)
13
14