workflows/differential_expression/pseudobulk_deseq2

Description

Performs pseudobulk generation and subsequent differential expression analysis using DESeq2.

Type

nextflow_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
modality: [ "rna" ]  
aggregation_method: [ "sum" ]  
random_state: [ 0 ]  
min_obs_per_sample: [ 30 ]  
p_adj_threshold: [ 0.05 ]  
log2fc_threshold: [ 0 ]  
output: "$id.$key.output"  
output_prefix: [ "deseq2_analysis" ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v4.0.0 \  
  -main-script target/nextflow/workflows/differential_expression/pseudobulk_deseq2/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
file
required
--modality
string
--input_layer
string
--obs_cell_group
string
required
--obs_groups
string
multiple
--var_gene_names
string

Pseudobulk Options

Name
Type & Properties
--aggregation_method
string
--random_state
integer

Filtering options

Name
Type & Properties
--min_obs_per_sample
integer
--filter_genes_min_samples
integer
--filter_gene_patterns
string
multiple

DGEA options

Name
Type & Properties
--design_formula
string
required
--contrast_column
string
required
--contrast_values
string
required
multiple
--p_adj_threshold
double
--log2fc_threshold
double

Outputs

Name
Type & Properties
--output
-o
file
required
output
--output_prefix
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.