Last chance! 50% off unlimited learning
Sale ends in
adjColorBias.ssn(methyLumiM, refChannel = c("green", "red", "mean"))
The basic idea of color bias adjustment is to treat it as the normalization between two color channels. It uses simple scaling normalization to normalize two color channels. The background levels are estimated using function estimateMethylationBG
.
lumiMethyC
, estimateMethylationBG
and adjColorBias.quantile
data(example.lumiMethy)
# before adjustment
plotColorBias1D(example.lumiMethy)
lumiMethy.adj = adjColorBias.ssn(example.lumiMethy)
# after adjustment
plotColorBias1D(lumiMethy.adj)
Run the code above in your browser using DataLab