You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: