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.
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 Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--input_layer | string |
--var_gene_names | string |
--obs_cell_group | string |
Name | Type & Properties |
|---|---|
--design_formula | string required |
--contrast_column | string required |
--contrast_values | string required multiple |
--p_adj_threshold | double |
--log2fc_threshold | double |
Name | Type & Properties |
|---|---|
--output_dir -o | file required output |
--output_prefix | string |