Package: DelayedArray Title: A unified framework for working transparently with on-disk and in-memory array-like datasets Description: Wrapping an array-like object (typically an on-disk object) in a DelayedArray object allows one to perform common array operations on it without loading the object in memory. In order to reduce memory usage and optimize performance, operations on the object are either delayed or executed using a block processing mechanism. Note that this also works on in-memory array-like objects like DataFrame objects (typically with Rle columns), Matrix objects, ordinary arrays and, data frames. biocViews: Infrastructure, DataRepresentation, Annotation, GenomeAnnotation URL: https://bioconductor.org/packages/DelayedArray BugReports: https://github.com/Bioconductor/DelayedArray/issues Version: 0.39.3 License: Artistic-2.0 Encoding: UTF-8 Authors@R: c( person("Hervé", "Pagès", role=c("aut", "cre"), email="hpages.on.github@gmail.com", comment=c(ORCID="0009-0002-8272-4522")), person("Aaron", "Lun", role="ctb", email="infinite.monkeys.with.keyboards@gmail.com"), person("Peter", "Hickey", role="ctb", email="peter.hickey@gmail.com")) Maintainer: Hervé Pagès Depends: R (>= 4.0.0), methods, stats4, Matrix, BiocGenerics (>= 0.59.4), MatrixGenerics (>= 1.1.3), S4Vectors (>= 0.51.2), IRanges (>= 2.47.1), S4Arrays (>= 1.9.3), SparseArray (>= 1.7.5) Imports: stats Suggests: BiocParallel, HDF5Array (>= 1.17.12), ZarrArray, genefilter, SummarizedExperiment, airway, lobstr, DelayedMatrixStats, knitr, rmarkdown, BiocStyle, RUnit VignetteBuilder: knitr Collate: compress_atomic_vector.R makeCappedVolumeBox.R AutoBlock-global-settings.R AutoGrid.R blockApply.R DelayedOp-class.R DelayedSubset-class.R DelayedAperm-class.R DelayedUnaryIsoOpStack-class.R DelayedUnaryIsoOpWithArgs-class.R DelayedSubassign-class.R DelayedSetDimnames-class.R DelayedNaryIsoOp-class.R DelayedAbind-class.R showtree.R simplify.R DelayedArray-class.R DelayedArray-subsetting.R chunkGrid.R RealizationSink-class.R realize.R DelayedArray-utils.R DelayedArray-stats.R matrixStats-methods.R DelayedMatrix-rowsum.R DelayedMatrix-mult.R ConstantArray-class.R RleArraySeed-class.R RleArray-class.R compat.R zzz.R Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-05-26 16:57:40 UTC RemoteUrl: https://github.com/bioc/DelayedArray RemoteRef: HEAD RemoteSha: 877dbfb555937986fc101e3b37fe50330f396d5f NeedsCompilation: no Packaged: 2026-07-03 14:23:25 UTC; root Author: Hervé Pagès [aut, cre] (ORCID: ), Aaron Lun [ctb], Peter Hickey [ctb]