Bioconductor version: Release (3.16)
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.
Author: Hervé Pagès <hpages.on.github at gmail.com>, with contributions from Peter Hickey <peter.hickey at gmail.com> and Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
Maintainer: Hervé Pagès <hpages.on.github at gmail.com>
Citation (from within R,
enter citation("DelayedArray")
):
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("DelayedArray")
For older versions of R, please refer to the appropriate Bioconductor release.
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DelayedArray")
R Script | DelayedArray / HDF5Array update | |
HTML | Implementing A DelayedArray Backend | |
R Script | Working with large arrays in R | |
Reference Manual | ||
Text | NEWS |
Follow Installation instructions to use this package in your R session.
Source Package | DelayedArray_0.24.0.tar.gz |
Windows Binary | DelayedArray_0.23.2.zip (64-bit only) |
macOS Binary (x86_64) | DelayedArray_0.24.0.tgz |
macOS Binary (arm64) | DelayedArray_0.24.0.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/DelayedArray |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/DelayedArray |
Bioc Package Browser | https://code.bioconductor.org/browse/DelayedArray/ |
Package Short Url | https://bioconductor.org/packages/DelayedArray/ |
Package Downloads Report | Download Stats |
Documentation »
Bioconductor
R / CRAN packages and documentation
Support »
Please read the posting guide. Post questions about Bioconductor to one of the following locations: