CMD + K

bioconductor-delayedarray

Community

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

Installation

To install this package, run one of the following:

Conda
$conda install seqera::bioconductor-delayedarray

Usage Tracking

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

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.

About

Summary

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

Last Updated

Nov 11, 2022 at 04:15

License

Artistic-2.0

Supported Platforms

linux-aarch64