Description
Converts a single modality of an h5mu file into a Seurat object with a Field of View (FOV)
built from centroid coordinates of spatially-resolved single cells.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
obsm_centroid_coordinates: [ "spatial" ]
output: "$id.$key.output.rds"
assay: [ "RNA" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.5.0 \
-main-script target/nextflow/convert/from_h5mu_to_seurat_with_fov/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--obsm_centroid_coordinates | string |
Name | Type & Properties |
|---|---|
--centroid_nsides | integer |
--centroid_radius | double |
--centroid_theta | double |
Name | Type & Properties |
|---|---|
--output -o | file required output |
--assay | string |