-
recipe
bioconductor-delayedarray
A unified framework for working transparently with on-disk and in-memory array-like datasets
- Homepage
https://bioconductor.org/packages/3.12/bioc/html/DelayedArray.html
- License
Artistic-2.0
- Recipe
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.
-
package
bioconductor-delayedarray
¶ -
- Versions
0.16.0-0
,0.14.0-0
,0.12.0-0
,0.10.0-1
,0.8.0-0
,0.6.6-0
,0.4.1-0
,0.2.7-0
- Depends
bioconductor-biocgenerics
>=0.36.0,<0.37.0
bioconductor-iranges
>=2.24.0,<2.25.0
bioconductor-matrixgenerics
>=1.2.0,<1.3.0
bioconductor-s4vectors
>=0.28.0,<0.29.0
libblas
>=3.8.0,<4.0a0
libgcc-ng
>=7.5.0
liblapack
>=3.8.0,<4.0a0
r-base
>=4.0,<4.1.0a0
- Required By
Installation
With an activated Bioconda channel (see 2. Set up channels), install with:
conda install bioconductor-delayedarray
and update with:
conda update bioconductor-delayedarray
or use the docker container:
docker pull quay.io/biocontainers/bioconductor-delayedarray:<tag>
(see bioconductor-delayedarray/tags for valid values for
<tag>
)
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-delayedarray/README.html)