workflows/integration/bbknn_leiden

Description

Run bbknn followed by leiden clustering and run umap on the result.

Type

nextflow_script

License

MIT

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--id
string
required
--input
file
required
--layer
string
--modality
string

Outputs

Name
Type & Properties
--output
file
required
output

Bbknn

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

Clustering options

Name
Type & Properties
--obs_cluster
string
--leiden_resolution
double
multiple

UMAP options

Name
Type & Properties
--obsm_umap
string

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.