ScaledMatrix
Creating a DelayedMatrix of Scaled and Centered Values
Bioconductor version: 3.23 · Package version: 1.20.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ScaledMatrix") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre, cph] |
| License | GPL-3 |
| URL | https://github.com/LTLA/ScaledMatrix |
| Bug Reports | https://github.com/LTLA/ScaledMatrix/issues |
| Downloads rank | 15969 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Software |
Documentation
Download
Dependencies
Imports: methods, Matrix, S4Vectors, DelayedArray
Suggests: testthat, BiocStyle, knitr, rmarkdown, BiocSingular, DelayedMatrixStats