differential_expression/deseq2

Description

Performs differential expression analysis using DESeq2 on bulk samples or pseudobulk samples aggregated from single-cell data.
Note that this component only considers factors as explanatory variables, and excludes covariates from the analysis.

Type

r_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

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

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

Inputs

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

Arguments

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