Mercurial > repos > kpbioteam > minfi_getbeta
view minfi_getbeta.R @ 0:ab291e211089 draft
planemo upload
| author | kpbioteam |
|---|---|
| date | Mon, 05 Feb 2018 08:51:35 -0500 |
| parents | |
| children | 4953a5a6c006 |
line wrap: on
line source
require("minfi", quietly = TRUE) args <- commandArgs(trailingOnly = TRUE) input = args[1] output = args[2] RSet <- get(load(input)) beta <- getBeta(RSet) write.table(beta, output)
