×

nf-core/shinyngs/app @ 0.0.0-0c7146d

build and deploy Shiny apps for interactively mining differential abundance data

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @pinin4fjords
Maintainers: @pinin4fjords

Summary

build and deploy Shiny apps for interactively mining differential abundance data

Get started

Add the following snippet to your workflow script to include this module.

include { SHINYNGS_APP } from 'nf-core/shinyngs/app'

License

MIT License

Process
Name SHINYNGS_APP
Input 3 channels
#1 tuple
meta map

Groovy Map containing information on experiment, at a minimum an id. e.g. [ id:'test' ]

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).

#2 tuple
meta2 map

Groovy Map containing information on experiment, at a minimum an id. To match meta. e.g. [ id:'test' ]

contrasts file

CSV-format file with four columns identifying the sample sheet variable, reference level, treatment level, and optionally a comma-separated list of covariates used as blocking factors.

differential_results file

List of TSV-format differential analysis outputs, one per row of the contrasts file

contrast_stats_assay file

contrast statistics

Output 2 channels
#1 app tuple
meta map

Groovy Map containing information on experiment. e.g. [ id:'test' ]

*/data.rds file

The mini R script required build an application from data.rds.

app/app.R
*/app.R file

The mini R script required build an application from data.rds.

app/app.R
#2 versions_shinyngs tuple
${task.process} string

The name of the process

shinyngs string

The name of the tool

Rscript -e "library(shinyngs); cat(as.character(packageVersion('shinyngs')))" eval

The expression to obtain the version of the tool

Tool Description Homepage
shinyngs Provides Shiny applications for various array and NGS applications. Currently very RNA-seq centric, with plans for expansion. https://github.com/pinin4fjords/shinyngs
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:37:46 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fshinyngs%2Fapp/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/shinyngs/app/blobs/sha256:c6ae7e63e7ace523dddac328f99d6075e0b402982040f8b3f418444895e65a50
Size 3.5 KB
Checksum sha256:c6ae7e63e7ace523dddac328f99d6075e0b402982040f8b3f418444895e65a50
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:46:02 (UTC) 4 3.5 KB
0.0.0-f484e07 17 Apr 2026 15:00:14 (UTC) 3 3.6 KB
0.0.0-0c7146d 08 Apr 2026 19:37:46 (UTC) 3 3.5 KB