integrate/scanorama

Description

Use Scanorama to integrate different experiments.

Type

python_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
modality: [ "rna" ]  
output: "$id.$key.output"  
obs_batch: [ "batch" ]  
obsm_input: [ "X_pca" ]  
obsm_output: [ "X_scanorama" ]  
knn: [ 20 ]  
batch_size: [ 5000 ]  
sigma: [ 15 ]  
approx: [ true ]  
alpha: [ 0.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/integrate/scanorama/main.nf \  
  -params-file params.yaml  

Arguments

Name
Type & Properties
--input
-i
file
required
--modality
string
--output
-o
file
required
output
--obs_batch
string
--obsm_input
string
--obsm_output
string
--knn
integer
--batch_size
integer
--sigma
double
--approx
boolean
--alpha
double
--output_compression
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.