Description
Performs Harmony integration based as described in https://github.com/immunogenomics/harmony. Based on an implementation in python from https://github.com/slowkow/harmonypy
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
modality: [ "rna" ]
obsm_input: [ "X_pca" ]
obsm_output: [ "X_pca_integrated" ]
theta: [ 2 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.0 \
-main-script target/nextflow/integrate/harmonypy/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--output -o | file required output |
--modality | string |
--obsm_input | string |
--obsm_output | string |
--theta | double multiple |
--obs_covariates | string required multiple |
--output_compression | string |