The BigArray
package implements a
DelayedArray
backend for the
bigmemory R-package
for handling massive out-of-memory matrices. BigArray
interoperates
with the
DelayedMatrixStats
and
SummarizedExperiment
R-packages.
You can install the development version of BigArray
from
GitHub with:
# install.packages("devtools")
devtools::install_github("MalteThodberg/BigArray", dependencies=TRUE, build_vignettes=TRUE)
See the vignette for examples on how to use BigArray
.