neurogenomics / MAGMA_Celltyping

Find causal cell-types underlying complex trait genetics
https://neurogenomics.github.io/MAGMA_Celltyping
71 stars 31 forks source link

Remove `cowplot` dependency #74

Closed bschilder closed 2 years ago

bschilder commented 2 years ago

Cowplot is only used for theme_cowplot currently, which can be replicated in ggplot.

**Side note***: If in the future more complex plots need to be made, patchwork is a better alternative to grid.arrange, both in terms of ease of use and range of functionalities.