Description
Run scanorama integration followed by neighbour calculations, 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"
uns_neighbors: [ "scanorama_integration_neighbors" ]
obsp_neighbor_distances: [ "scanorama_integration_distances" ]
obsp_neighbor_connectivities: [ "scanorama_integration_connectivities" ]
obs_batch: [ "sample_id" ]
obsm_input: [ "X_pca" ]
obsm_output: [ "X_scanorama" ]
knn: [ 20 ]
batch_size: [ 5000 ]
sigma: [ 15 ]
approx: [ true ]
alpha: [ 0.1 ]
obs_cluster: [ "scanorama_integration_leiden" ]
leiden_resolution: [ 1 ]
obsm_umap: [ "X_leiden_scanorama_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/scanorama_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 |
|---|---|
--uns_neighbors | string |
--obsp_neighbor_distances | string |
--obsp_neighbor_connectivities | string |
Name | Type & Properties |
|---|---|
--obs_batch | string |
--obsm_input | string |
--obsm_output | string |
--knn | integer |
--batch_size | integer |
--sigma | double |
--approx | boolean |
--alpha | double |
Name | Type & Properties |
|---|---|
--obs_cluster | string |
--leiden_resolution | double multiple |
Name | Type & Properties |
|---|---|
--obsm_umap | string |