workflows/multiomics/dimensionality_reduction

Description

Run calculations that output information required for most integration methods: PCA, nearest neighbour and UMAP.

Type

nextflow_script

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_pca: [ "X_pca" ]  
uns_neighbors: [ "neighbors" ]  
obsp_neighbor_distances: [ "distances" ]  
obsp_neighbor_connectivities: [ "connectivities" ]  
obsm_umap: [ "X_umap" ]  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision 1.0.1 \  
  -main-script target/nextflow/workflows/multiomics/dimensionality_reduction/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

PCA options

Name
Type & Properties
--obsm_pca
string
--var_pca_feature_selection
string
--pca_overwrite
boolean_true

Neighbour calculation

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

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.