view minfi_rset.R @ 3:ed787a9a3753 draft default tip

planemo upload for repository https://github.com/kpbioteam/minfi_rset commit d43c3e67fa72ca39cbd67d33b010ebed8e7420bf-dirty
author kpbioteam
date Tue, 22 May 2018 10:09:59 -0400
parents c3b42276697a
children
line wrap: on
line source


require("minfi", quietly = TRUE)

args <- commandArgs(trailingOnly = TRUE)

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

MSet <- get(load(input))

RSet <- ratioConvert(MSet, what = "both", keepCN = TRUE)

save(RSet,file = output)