Entering edit mode
2.1 years ago
bioLearner
•
0
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?
Could you check
colSums(is.na(beta))
?Yes! I checked
and there were none