- recipe bioconductor-delayedarray
A unified framework for working transparently with on-disk and in-memory array-like datasets
- Homepage:
https://bioconductor.org/packages/3.16/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.24.0-1
,0.24.0-0
,0.20.0-2
,0.20.0-1
,0.20.0-0
,0.18.0-0
,0.16.3-0
,0.16.0-0
,0.14.0-0
,0.24.0-1
,0.24.0-0
,0.20.0-2
,0.20.0-1
,0.20.0-0
,0.18.0-0
,0.16.3-0
,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.44.0,<0.45.0
bioconductor-iranges
>=2.32.0,<2.33.0
bioconductor-matrixgenerics
>=1.10.0,<1.11.0
bioconductor-s4vectors
>=0.36.0,<0.37.0
libblas
>=3.9.0,<4.0a0
libgcc-ng
>=12
liblapack
>=3.9.0,<4.0a0
r-base
>=4.2,<4.3.0a0
- Required By:
Installation
With an activated Bioconda channel (see 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>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-delayedarray/README.html)