Hi dear Kircher lab,
all works fine so far, thanks!
Got a warning:
Warning message:
Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
ℹ Please use `linewidth` instead.
ℹ The deprecated feature was likely used in the BCalm package.
Please report the issue at <https://github.com/kircherlab/BCalm/issues>.
Maybe this comes from "R/analyze.R":
plot <- plot +
geom_vline(aes(xintercept = percentile_up, color = up_label), linetype = "dashed", size = 1) +
geom_vline(aes(xintercept = percentile_down, color = down_label), linetype = "dashed", size = 1) +
scale_color_manual(
values = setNames(c("green", "orange"), c(up_label, down_label)),
guide = guide_legend(override.aes = list(linetype = "dashed"))
All the best,
JJ
Hi dear Kircher lab,
all works fine so far, thanks!
Got a warning:
Maybe this comes from "R/analyze.R":
All the best,
JJ