- recipe bioconductor-scaledmatrix
Creating a DelayedMatrix of Scaled and Centered Values
- Homepage:
https://bioconductor.org/packages/3.14/bioc/html/ScaledMatrix.html
- License:
GPL-3
- Recipe:
Provides delayed computation of a matrix of scaled and centered values. The result is equivalent to using the scale() function but avoids explicit realization of a dense matrix during block processing. This permits greater efficiency in common operations, most notably matrix multiplication.
- package bioconductor-scaledmatrix¶
-
- Versions:
1.2.0-0
,1.0.0-0
- Depends:
bioconductor-delayedarray
>=0.20.0,<0.21.0
bioconductor-s4vectors
>=0.32.0,<0.33.0
r-base
>=4.1,<4.2.0a0
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install bioconductor-scaledmatrix
and update with:
conda update bioconductor-scaledmatrix
or use the docker container:
docker pull quay.io/biocontainers/bioconductor-scaledmatrix:<tag>
(see bioconductor-scaledmatrix/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-scaledmatrix/README.html)