Reads a SOMA experiment and writes it to AnnData Zarr format. Routes
through a Seurat intermediate.
Usage
SOMAToZarr(
source,
dest,
measurement = "RNA",
overwrite = FALSE,
verbose = TRUE
)
Arguments
- source
URI of the input SOMA experiment
- dest
Path for the output .zarr directory
- measurement
Name of the measurement to export (default: "RNA")
- overwrite
If TRUE, overwrite existing output
- verbose
Show progress messages
Value
Invisibly returns dest