integrate/scarches

Description

Performs reference mapping with scArches

Type

python_script

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
modality: [ "rna" ]  
dataset_name: [ "test_dataset" ]  
output: "$id.$key.output"  
model_output: "$id.$key.model_output"  
obsm_output: [ "X_integrated_scanvi" ]  
early_stopping_monitor: [ "elbo_validation" ]  
early_stopping_patience: [ 45 ]  
early_stopping_min_delta: [ 0 ]  
reduce_lr_on_plateau: [ true ]  
lr_factor: [ 0.6 ]  
lr_patience: [ 30 ]  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision 1.0.0 \  
  -main-script target/nextflow/integrate/scarches/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--input
-i
file
required
--modality
string
--reference
-r
file
required
--dataset_name
string

Outputs

Name
Type & Properties
--output
-o
file
required
output
--output_compression
string
--model_output
file
output
--obsm_output
string

Early stopping arguments

Name
Type & Properties
--early_stopping
boolean
--early_stopping_monitor
string
--early_stopping_patience
integer
--early_stopping_min_delta
double

Learning parameters

Name
Type & Properties
--max_epochs
integer
required
--reduce_lr_on_plateau
boolean
--lr_factor
double
--lr_patience
double

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.