Description
Performs pseudobulk generation and subsequent differential expression analysis using DESeq2.
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 Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--input_layer | string |
--obs_cell_group | string required |
--obs_groups | string multiple |
--var_gene_names | string |
Name | Type & Properties |
|---|---|
--aggregation_method | string |
--random_state | integer |
Name | Type & Properties |
|---|---|
--min_obs_per_sample | integer |
--filter_genes_min_samples | integer |
--filter_gene_patterns | string multiple |
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 -o | file required output |
--output_prefix | string |