Bioc2026 Registration Open!

ZarrArray

Bring Zarr datasets in R as DelayedArray objects

Bioconductor version: 3.23 · Package version: 1.0.1

The ZarrArray package leverages the Rarr package to bring Zarr datasets in R as DelayedArray objects. The main class in the package is the ZarrArray class. A ZarrArray object is an array-like object that represents a Zarr dataset in R. ZarrArray objects are DelayedArray derivatives and therefore support all operations (delayed or block-processed) supported by DelayedArray objects.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("ZarrArray")

Details

MaintainerHervé Pagès <hpages.on.github@gmail.com>
AuthorHervé Pagès [aut, cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>), Mike Smith [aut] (ORCID: <https://orcid.org/0000-0002-7800-3848>), Hugo Gruson [aut] (ORCID: <https://orcid.org/0000-0002-4094-1476>), Artür Manukyan [aut] (ORCID: <https://orcid.org/0000-0002-0441-9517>), Levi Waldron [fnd] (ORCID: <https://orcid.org/0000-0003-2725-0694>)
LicenseArtistic-2.0
URLhttps://bioconductor.org/packages/ZarrArray
Bug Reportshttps://github.com/Bioconductor/ZarrArray/issues
Downloads rank122
Source branchRELEASE_3_23
biocViewsDataImport, DataRepresentation, Infrastructure, Software

Documentation

Download

Dependencies

Depends: R (>= 3.4), methods, SparseArray, DelayedArray

Imports: stats, tools, BiocGenerics, S4Vectors, IRanges, S4Arrays, Rarr (>= 1.11.33)

Suggests: paws.storage, HDF5Array, testthat, knitr, rmarkdown, BiocStyle

Reverse dependencies

Imports Me (1): ImageArray

Suggests Me (2): DelayedArray, Rarr