morinlab / GAMBLR.viz

Collection of functions to make plots for Genomic Analysis of Mature B-cell Lymphomas in R
https://morinlab.github.io/GAMBLR.viz/
MIT License
0 stars 0 forks source link

drop cowplot dependency #53

Closed Kdreval closed 3 months ago

Kdreval commented 3 months ago

The theme_cowplot is used in few functions but this goes against the consistency we're after in the plots generated by this package. They should be swapped for theme_Morons() throughout.

The prettyForestPlot uses cowplot to arrange figures but it should be possible to swap it with ggpubr approach which is already used as dependency too, so we decrease overall dependency burden.