modules icon indicating copy to clipboard operation
modules copied to clipboard

new module: shinyngs/static_exploratory

Open pinin4fjords opened this issue 3 years ago • 1 comments

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 Assignees to facilitate tracking who is working on the module

pinin4fjords avatar Oct 10 '22 12:10 pinin4fjords

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.

exploratory_plots.r.zip

pinin4fjords avatar Oct 10 '22 12:10 pinin4fjords