Mercurial > repos > kpbioteam > minfi_rset
view minfi_rset.R @ 1:1a8ad582820d draft
planemo upload for repository https://github.com/kpbioteam/minfi_rset commit d43c3e67fa72ca39cbd67d33b010ebed8e7420bf-dirty
| author | kpbioteam |
|---|---|
| date | Tue, 22 May 2018 09:19:03 -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)
