×

nf-core/custom/filterdifferentialtable @ 0.0.0-e3e0c68

Filters a differential expression table based on logFC and adjusted p-value thresholds

Latest version: 0.0.0-e3e0c68
Total downloads: 2
Source: nf-core/modules
Maintainers: @pinin4fjords @WackerO

Summary

Filters a differential expression table based on logFC and adjusted p-value thresholds

Get started

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

include { CUSTOM_FILTERDIFFERENTIALTABLE } from 'nf-core/custom/filterdifferentialtable'

License

MIT License

Process
Name CUSTOM_FILTERDIFFERENTIALTABLE
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

input_file file

Input differential expression table (CSV, TSV, or TXT format)

*.{csv,tsv,txt}
#2 tuple
logfc_column string

Name of the column containing log fold change values

fc_threshold float

Fold change threshold for filtering

fc_cardinality string

Operator to compare the fold change values with the threshold. Valid values are: ">=", "<=", ">", "<".

#3 tuple
stat_column string

Name of the column containing the significance statistic values (eg. adjusted p-values).

stat_threshold float

Statistic threshold for filtering

stat_cardinality string

Operator to compare the column values with the threshold. Valid values are: ">=", "<=", ">", "<".

Output 4 channels
#1 filtered tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*_filtered.tsv file

Filtered differential expression table

*_filtered.tsv
#2 versions
versions.yml file

File containing software versions

versions.yml
#3 filtered_up tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*_filtered_up.tsv file

Filtered differential expression table for overexpressed genes

*_filtered_up.tsv
#4 filtered_down tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*_filtered_down.tsv file

Filtered differential expression table for underexpressed genes

*_filtered_down.tsv
Tool Description Homepage
pandas Python library for data manipulation and analysis https://pandas.pydata.org/
Version 0.0.0-e3e0c68
Commit ID e3e0c687eb5c129c011fca992af762ff2d4cb0f3
Release Date 27 Apr 2026 21:15:27 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Ffilterdifferentialtable/0.0.0-e3e0c68/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/custom/filterdifferentialtable/blobs/sha256:ee42e2152223d65abaf4b65141f0753a2168d4c10ff7fb1777e7922afa791f6c
Size 3.7 KB
Checksum sha256:ee42e2152223d65abaf4b65141f0753a2168d4c10ff7fb1777e7922afa791f6c
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-e3e0c68 27 Apr 2026 21:15:27 (UTC) 1 3.7 KB