pwod | R Documentation |
'P'robe-'W'ise 'O'utlier 'D'etection via interquartile ranges.
pwod(object, mul=4)
object |
MethyLumiSet, RGChannelSet, MethylSet object or matrix containing betas. |
mul |
Number of interquartile ranges used to determine outlying probes. Default is 4 to ensure only very obvious outliers are removed. |
Detects outlying probes across arrays in methylumi and minfi objects. Outliers are probable low MAF/SNP heterozygotes.
Returns supplied beta matrix with outlying probes coerced to NA
Tyler Gorrie-Stone - tgorri@essex.ac.uk
library(wateRmelon)
data(melon)
cattle <- betas(melon)
new.betas <- pwod(cattle, mul=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.