read_zarr {anndata} | R Documentation |
Read from a hierarchical Zarr array store.
Description
Read from a hierarchical Zarr array store.
Usage
read_zarr(store)
Arguments
store |
The filename, a MutableMapping, or a Zarr storage class. |
Examples
## Not run:
ad <- read_zarr("...")
## End(Not run)
[Package anndata version 0.8.0 Index]