workflows/rna/rna_multisample

Description

Processing unimodal multi-sample RNA transcriptomics data.

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"  
modality: [ "rna" ]  
output: "$id.$key.output.h5mu"  
highly_variable_features_var_output: [ "filter_with_hvg" ]  
highly_variable_features_obs_batch_key: [ "sample_id" ]  
highly_variable_features_flavor: [ "seurat" ]  
var_qc_metrics: [ "filter_with_hvg" ]  
top_n_vars: [ 50, 100, 200, 500 ]  
output_obs_num_nonzero_vars: [ "num_nonzero_vars" ]  
output_obs_total_counts_vars: [ "total_counts" ]  
output_var_num_nonzero_obs: [ "num_nonzero_obs" ]  
output_var_total_counts_obs: [ "total_counts" ]  
output_var_obs_mean: [ "obs_mean" ]  
output_var_pct_dropout: [ "pct_dropout" ]  
scaling_output_layer: [ "scaled" ]  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v4.0.1 \  
  -main-script target/nextflow/workflows/rna/rna_multisample/main.nf \  
  -params-file params.yaml  

Inputs

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

Output

Name
Type & Properties
--output
file
required
output

Filtering highly variable features

Name
Type & Properties
--highly_variable_features_var_output
--filter_with_hvg_var_output
string
--highly_variable_features_obs_batch_key
--filter_with_hvg_obs_batch_key
string
--highly_variable_features_flavor
--filter_with_hvg_flavor
string
--highly_variable_features_n_top_features
--filter_with_hvg_n_top_genes
integer

QC metrics calculation options

Name
Type & Properties
--var_qc_metrics
string
multiple
--top_n_vars
integer
multiple
--output_obs_num_nonzero_vars
string
--output_obs_total_counts_vars
string
--output_var_num_nonzero_obs
string
--output_var_total_counts_obs
string
--output_var_obs_mean
string
--output_var_pct_dropout
string

RNA Scaling options

Name
Type & Properties
--enable_scaling
boolean_true
--scaling_output_layer
string
--scaling_max_value
double
--scaling_zero_center
boolean_false

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.