View source: R/handle-outliers.r
meffil.handle.outliers | R Documentation |
Handle outliers in a methylation matrix
meffil.handle.outliers(beta, winsorize.pct = 0.05, outlier.iqr.factor = NA)
beta |
Methylation matrix (rows=CpG sites, columns=samples, values=methylation levels). |
winsorize.pct |
Apply all regression models to methylation levels winsorized to the given level. Set to NA to avoid winsorizing (Default: 0.05). |
outlier.iqr.factor |
For each CpG site, prior to fitting regression models,
set methylation levels less than
|
beta
after winsorizing and outliers set to NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.