view minfi_getM.R @ 0:e717ba37cdbd draft

planemo upload
author kpbioteam
date Mon, 05 Feb 2018 09:30:08 -0500
parents
children
line wrap: on
line source

require("minfi", quietly = TRUE)

args <- commandArgs(trailingOnly = TRUE)

input = args[1] 
output = args[2]

RSet <- get(load(input))

m <- getM(RSet)

write.table(m, output)