champ.norm error
I am running a methylation data analysis using ChAMP package. I did champ.load from .idat files and now am trying to do champ.norm with BMIQ method and get the following error:
Error in champ.BMIQ(beta[, x], design.v, sampleID = colnames(beta)[x], :
task 165 failed - "need at least 2 points to select a bandwidth automatically"
How do I fix it?
• 1,419 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Could you check
colSums(is.na(beta))?Yes! I checked
and there were none