Description
Performs neighborhood search, leiden clustering and run umap on an integrated embedding.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
leiden_resolution: [ 1 ]
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/multiomics/neighbors_leiden_umap/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--obsm_input | string required |
--modality | string |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--uns_neighbors | string required |
--obsp_neighbor_distances | string required |
--obsp_neighbor_connectivities | string required |
Name | Type & Properties |
|---|---|
--obs_cluster | string |
--leiden_resolution | double multiple |
Name | Type & Properties |
|---|---|
--obsm_umap | string |