-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi all,
I have recently experiend the following error using meffil.qc.summary on EPICv2 array
qc.summary <- meffil.qc.summary(qc.objects,verbose=TRUE)
[meffil.qc.summary] Fri Dec 15 14:04:36 2023 Sex summary TRUE
[meffil.qc.summary] Fri Dec 15 14:04:36 2023 Meth vs unmeth summary
Error in if (any(dat$outliers)) p1 <- p1 + geom_point(data = subset(dat, :
missing value where TRUE/FALSE needed
In addition: Warning message:
The <scale> argument of guides() cannot be FALSE. Use "none" instead as of ggplot2 3.3.4.
ℹ The deprecated feature was likely used in the meffil package.
Please report the issue to the authors.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
Any help would be very appreciated.
Thank you