comparison GRsetFromGEO/GRsetFromGEO.R @ 42:fe7d4d8591c5 draft

Uploaded
author testtool
date Mon, 07 Aug 2017 10:21:43 -0400
parents 05f6acc80f47
children 5752f23e451f
comparison
equal deleted inserted replaced
41:3ee5ebb721ad 42:fe7d4d8591c5
8 8
9 args <- commandArgs(trailingOnly = TRUE) 9 args <- commandArgs(trailingOnly = TRUE)
10 input = args[1] 10 input = args[1]
11 output = args[2] 11 output = args[2]
12 12
13 GRset <- getGenomicRatioSetFromGEO(input) 13 GRset <- minfi::getGenomicRatioSetFromGEO(input)
14 14
15 save(GRset,file = output) 15 save(GRset,file = output)
16 16
17 ??getGenomicRatioSetFromGEO