CMD + K

bioconductor-delayedarray

Community

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, and ordinary arrays and data frames.

Installation

To install this package, run one of the following:

Conda
$conda install davebx::bioconductor-delayedarray

Usage Tracking

0.8.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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, and ordinary arrays and data frames.

Last Updated

Jan 31, 2019 at 21:29

License

Artistic-2.0

Total Downloads

16

Supported Platforms

linux-64