Description
Runs Latent Semantic Indexing. Computes cell embeddings, feature loadings and singular values. Uses the implementation of scipy.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "atac" ]
num_components: [ 50 ]
scale_embeddings: [ true ]
output: "$id.$key.output.h5mu"
obsm_output: [ "X_lsi" ]
varm_output: [ "lsi" ]
uns_output: [ "lsi" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.0 \
-main-script target/nextflow/dimred/lsi/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--layer | string |
--var_input | string |
Name | Type & Properties |
|---|---|
--num_components | integer |
--scale_embeddings | boolean |
Name | Type & Properties |
|---|---|
--output -o | file required output |
--obsm_output | string |
--varm_output | string |
--uns_output | string |
--overwrite | boolean_true |
--output_compression | string |