Skip to contents

[Superseded]

Usage

read_zarr(store)

Arguments

store

The filename, a MutableMapping, or a Zarr storage class.

Superseded

This function is superseded. Please use anndataR for reading and working with AnnData objects in R. See vignette("migration_to_anndataR", package = "anndata") for migration guidance.

Examples

if (FALSE) { # \dontrun{
ad <- read_zarr("...")
} # }