R/read_zarr.R

Defines functions read_zarr

Documented in read_zarr

#' Read from a hierarchical Zarr array store.
#'
#' @param store The filename, a MutableMapping, or a Zarr storage class.
#'
#' @export
#'
#' @examples
#' \dontrun{
#' ad <- read_zarr("...")
#' }
read_zarr <- function(store) {
  read_zarr(
    store = store
  )
}

Try the anndata package in your browser

Any scripts or data that you put into this service are public.

anndata documentation built on June 8, 2025, 9:35 p.m.