nf-core/shinyngs/staticexploratory @ 0.0.0-6c4ed3a
Summary
Make exploratory plots for analysis of matrix data, including PCA, Boxplots and density plots
Get started
Add the following snippet to your workflow script to include this module.
include { SHINYNGS_STATICEXPLORATORY } from 'nf-core/shinyngs/staticexploratory'
License
MIT License
Name
|
SHINYNGS_STATICEXPLORATORY |
|---|
meta
map
|
Groovy Map containing information on variables for use in plots, probably experimental information, but at a minimum an id. e.g. [ id:'treatment' ] |
|---|---|
sample
file
|
CSV-format sample sheet with sample metadata |
feature_meta
file
|
TSV-format feature (e.g. gene) metadata |
assay_files
file
|
List of TSV-format matrix files representing different measures for the same samples (e.g. raw and normalised). |
variable
string
|
Variable to use for the contrast variable in the plots. |
dendro
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/sample_dendrogram.png
file
|
Meta-keyed tuple containing a PNG, for a sample clustering dendrogramcovering specified input matrix (by default the last one in the input list. |
mad_png
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/mad_correlation.png
file
|
Meta-keyed tuple containing a PNG output for MAD correlation plots covering specified input matrix (by default the last one in the input list. |
mad_html
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/html/mad_correlation.html
file
|
HTML output for MAD correlation plots *{.html}
|
pca2d_png
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/pca2d.png
file
|
Meta-keyed tuple containing a PNG output for 2D PCA plots covering specified input matrix (by default the last one in the input list. |
pca3d_png
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/pca3d.png
file
|
Meta-keyed tuple containing a PNG output for 3D PCA plots covering specified input matrix (by default the last one in the input list. |
pca2d_html
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/html/pca2d.html
file
|
Meta-keyed tuple containing an HTML output for 2D PCA plots covering specified input matrix (by default the last one in the input list. |
pca3d_html
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/html/pca3d.html
file
|
Meta-keyed tuple containing an HTML output for 3D PCA plots covering specified input matrix (by default the last one in the input list. |
boxplots_png
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/boxplot.png
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
boxplots_html
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/html/boxplot.html
file
|
Meta-keyed tuple containing HTML output for box plots covering input matrices. |
densities_png
tuple
meta
file
|
Meta-keyed tuple containing PNG output for box plots covering input matrices. |
|---|---|
*/png/density.png
file
|
Meta-keyed tuple containin |