R/read_zarr.R

# #' Read from a hierarchical Zarr array store.
# #'
# #' @param store The filename, a MutableMapping, or a Zarr storage class.
# #'
# #' @export
# #'
# #' @examples
# #' \dontrun{
# #' ad <- read_umi_tools("...")
# #' }
# 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 March 31, 2023, 10:02 p.m.