# HG changeset patch # User kpbioteam # Date 1518352545 18000 # Node ID 41ab8ba3a9013671b7eb03d33e81f3ed003f9d39 planemo upload for repository https://github.com/kpbioteam/minfi_ppquantile commit 93ac44e4428f7560ef032adcf5749ada58d15f57-dirty diff -r 000000000000 -r 41ab8ba3a901 RGSet.rdata Binary file RGSet.rdata has changed diff -r 000000000000 -r 41ab8ba3a901 minfi_ppquantile.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minfi_ppquantile.R Sun Feb 11 07:35:45 2018 -0500 @@ -0,0 +1,15 @@ +require("minfi", quietly = TRUE) + +args <- commandArgs(trailingOnly = TRUE) + +input = args[1] +output = args[2] + +RGSet <- get(load(input)) + +GRSet <- preprocessQuantile(RGSet, fixOutliers = TRUE, + removeBadSamples = TRUE, badSampleCutoff = 10.5, + quantileNormalize = TRUE, stratified = TRUE, + mergeManifest = FALSE, sex = NULL) + +save(GRSet,file = output) diff -r 000000000000 -r 41ab8ba3a901 minfi_ppquantile.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minfi_ppquantile.xml Sun Feb 11 07:35:45 2018 -0500 @@ -0,0 +1,29 @@ + + implements stratified quantile normalization preprocessing + + bioconductor-minfi + bioconductor-illuminahumanmethylation450kmanifest + bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19 + + + + + + + + + + + + + + + + + 10.1093/bioinformatics/btu049 + + \ No newline at end of file diff -r 000000000000 -r 41ab8ba3a901 quantile.rdata Binary file quantile.rdata has changed diff -r 000000000000 -r 41ab8ba3a901 test-data/RGSet.rdata Binary file test-data/RGSet.rdata has changed diff -r 000000000000 -r 41ab8ba3a901 test-data/quantile.rdata Binary file test-data/quantile.rdata has changed