Writes a Seurat object to AnnData Zarr v2 format (.zarr directory).
The output is readable by Python anndata.read_zarr(), scanpy,
and any tool supporting the AnnData on-disk specification.
Usage
writeZarr(
object,
filename,
assay = DefaultAssay(object),
overwrite = FALSE,
verbose = TRUE,
...
)