Bioconductor/DelayedArray: A unified framework for working transparently with on-disk and in-memory array-like datasets

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.

Getting started

Package details

Bioconductor views Annotation DataRepresentation GenomeAnnotation Infrastructure
MaintainerHervé Pagès <hpages.on.github@gmail.com>
LicenseArtistic-2.0
Version0.29.9
URL https://bioconductor.org/packages/DelayedArray
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Bioconductor/DelayedArray")
Bioconductor/DelayedArray documentation built on March 4, 2024, 9:12 p.m.