view minfi_rset.R @ 0:c3b42276697a draft

planemo upload for repository https://github.com/lh3/seqtk
author kpbioteam
date Mon, 05 Feb 2018 06:56:59 -0500
parents
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)