About Anaconda Help Download Anaconda

bioconda / packages / bioconductor-delayedarray 0.28.0

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

Installers

Info: This package contains files in non-standard labels.
  • linux-aarch64 v0.28.0
  • linux-64 v0.28.0
  • osx-64 v0.28.0

conda install

To install this package run one of the following:
conda install bioconda::bioconductor-delayedarray
conda install bioconda/label/cf201901::bioconductor-delayedarray
conda install bioconda/label/gcc7::bioconductor-delayedarray

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy