Description
Regress out the effects of confounding variables using a linear least squares regression model with BPCells.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
modality: [ "rna" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.2 \
-main-script target/nextflow/transform/bpcells_regress_out/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--output -o | file required output |
--modality | string |
--obs_keys | string multiple |
--input_layer | string |
--output_layer | string |
--output_compression | string |