Description
Use Scanorama to integrate different experiments.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output"
obs_batch: [ "batch" ]
obsm_input: [ "X_pca" ]
obsm_output: [ "X_scanorama" ]
knn: [ 20 ]
batch_size: [ 5000 ]
sigma: [ 15 ]
approx: [ true ]
alpha: [ 0.1 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.2 \
-main-script target/nextflow/integrate/scanorama/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--output -o | file required output |
--obs_batch | string |
--obsm_input | string |
--obsm_output | string |
--knn | integer |
--batch_size | integer |
--sigma | double |
--approx | boolean |
--alpha | double |
--output_compression | string |