new module: shinyngs/static_exploratory
Is there an existing module for this?
- [X] I have searched for the existing module
Is there an open PR for this?
- [X] I have searched for existing PRs
Is there an open issue for this?
- [X] I have searched for existing issues
Are you going to work on this?
- [X] If I'm planning to work on this module, I added myself to the
Assigneesto facilitate tracking who is working on the module
I've been building some exploratory analysis plots (useful for gene expression) built on common functions developed for shinyngs. These include:
- Boxplots/ distribution plots
- 2D/ 3D PCA
- Sample dendrograms
- ...
These can be built in static form with ggplot2 or more interactive form with plotly.
In this case Shinyngs is just providing some useful shortcut fuctions, and the biocontainer (there's no shiny going on). The script I want to wrap (probably with some improvements) is in a private repo, but not confidential, so I'm attaching it here. Alternatively we could provide the plotting functions directly in the template and not use shinyngs?
I imagine this script being wrapped as a template, very similar to https://github.com/nf-core/modules/pull/2167.