Hi, I've been getting an error when I run biasPlot() and withinLaneNormalization(). I get the below error for both functions.
Error in quantile.default(gc, probs = seq(0, 1, length.out = num.bins + :
missing values and NaN's not allowed if 'na.rm' is FALSE
I've been able to run through the vignette up to this point and not sure how to fix it other than adding na.rm=TRUE to the quantile() function. Is there a way you can add this to the calculation? Or any other suggestion would be great.
Thanks!