Hello,
I revisited recently an EWAS analysis done with minfi v. 1.16. With minfi v. 1.20, the distribution of beta values after preprocessQuantile normalization was very strange, and quite far from the clean bimodal distribution that I was expecting (and that I got originally with v. 1.16).
I saw in the "NEWS" section that a bug with preprocessQuantile was corrected in v.1.19. Was this bug already present in 1.16? Is preprocessQuantile still a good choice for normalization in v. 1.20, or should it be systematically replaced by a more elaborate normalization like preprocessFunnorm?
This is not a reproducible example without the data, but for information, here are the steps that lead to the aberrant distribution of beta values:
targets <- read.metharray.sheet(".") RGset <- read.metharray.exp(targets=targets) GRset <- preprocessQuantile(RGset, sex=rep("F",12), quantileNormalize=TRUE) densityPlot(getBeta(GRset))
Thank you very much for your help,
Frederic
Thank you very much!
Frederic