This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

methylation normalization bmiq champ champ.norm

Could you check colSums(is.na(beta)) ?

Yes! I checked

sum(is.na(myLoad$beta)) 
any(myLoad$beta == 0)

and there were none

0 answers

No answers yet.

Log in to answer this question.