Description
Run bbknn followed by leiden clustering and run umap on the result.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
layer: [ "log_normalized" ]
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
obsm_input: [ "X_pca" ]
obs_batch: [ "sample_id" ]
uns_output: [ "bbknn_integration_neighbors" ]
obsp_distances: [ "bbknn_integration_distances" ]
obsp_connectivities: [ "bbknn_integration_connectivities" ]
n_neighbors_within_batch: [ 3 ]
n_pcs: [ 50 ]
obs_cluster: [ "bbknn_integration_leiden" ]
leiden_resolution: [ 1 ]
obsm_umap: [ "X_leiden_bbknn_umap" ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/workflows/integration/bbknn_leiden/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file required |
--layer | string |
--modality | string |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--obsm_input | string |
--obs_batch | string |
--uns_output | string |
--obsp_distances | string |
--obsp_connectivities | string |
--n_neighbors_within_batch | integer |
--n_pcs | integer |
--n_trim | integer |
Name | Type & Properties |
|---|---|
--obs_cluster | string |
--leiden_resolution | double multiple |
Name | Type & Properties |
|---|---|
--obsm_umap | string |