matchDesign | R Documentation |
This is designed to counter tail inflation in Infinium I probes.
matchDesign(sdf, min_dbeta = 0.3)
sdf |
SigDF |
min_dbeta |
the default algorithm perform 2-state quantile-normalization of the unmethylated and methylated modes separately. However, when the two modes are too close, we fall back to a one-mode normalization. The threshold defines the maximum inter-mode distance. |
SigDF
library(RPMM)
sdf <- sesameDataGet("MM285.1.SigDF")
sesameQC_plotBetaByDesign(sdf)
sesameQC_plotBetaByDesign(matchDesign(sdf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.