nf-core/custom/filterdifferentialtable @ 0.0.0-c4ed7fd
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
Name
|
CUSTOM_FILTERDIFFERENTIALTABLE |
|---|
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}
|
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: ">=", "<=", ">", "<". |
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: ">=", "<=", ">", "<". |
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
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
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
|
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-c4ed7fd |
|---|---|
| Commit ID | c4ed7fdd281d290c622c5d93fa173effc0217fdb |
| Release Date | 27 Apr 2026 15:00:11 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcustom%2Ffilterdifferentialtable/0.0.0-c4ed7fd/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/custom/filterdifferentialtable/blobs/sha256:15cfdcbd07056144b3a3ccf6b6545e5bed7d361744592af869d62f30eb6fb86f |
| Size | 3.7 KB |
| Checksum | sha256:15cfdcbd07056144b3a3ccf6b6545e5bed7d361744592af869d62f30eb6fb86f |
| Downloads | 0 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-c4ed7fd | 27 Apr 2026 15:00:11 (UTC) | 0 | 3.7 KB | |
| 0.0.0-6c4ed3a | 23 Apr 2026 15:12:0 |