workflows/integration/scanorama_leiden

Description

Run scanorama integration followed by neighbour calculations, 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"  
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  

Inputs

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

Outputs

Name
Type & Properties
--output
file
required
output

Neighbour calculation

Name
Type & Properties
--uns_neighbors
string
--obsp_neighbor_distances
string
--obsp_neighbor_connectivities
string

Scanorama integration options

Name
Type & Properties
--obs_batch
string
--obsm_input
string
--obsm_output
string
--knn
integer
--batch_size
integer
--sigma
double
--approx
boolean
--alpha
double

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.