R/LoadZarr.R
readZarr.Rd
Direct conversion from AnnData Zarr format (.zarr directory) to Seurat object. Supports zarr v2 stores as produced by Python anndata. This enables reading of cloud-native AnnData stores from CELLxGENE, Human Cell Atlas, and SpatialData workflows.
readZarr(file, assay.name = "RNA", verbose = TRUE, ...)
Path to .zarr directory
Name for the primary assay (default: "RNA")
Show progress messages
Additional arguments (currently unused)
A Seurat object
Seurat