Hi , Thanks a lot for developing this great visualization package !
Bug:
There's a spelling mistake regarding the error message in the do_ViolinPlot function with the split.by parameter, when keeping the boxplots.
The error message is : ✖ Boxplots are not implemented when split.by is set. Set plot_boxplots = FALSE.NA
According to manual of do_ViolinPlot the true parameter name is : plot_boxplot (without the "s") .
Reproducible example:
SCpubr::do_ViolinPlot(
sample = parse_melano_invivo,
features = markers_trt.top10.pct$gene,
split.by = "condition",
flip = T
)
Hi , Thanks a lot for developing this great visualization package !
Bug:
Reproducible example:
SCpubr version:
Session info: