SparseArray
Bioc currentHigh-performance sparse data representation and manipulation in R
Release Lineage
Entered 3.17 · Apr 26, 2023
Current · Requires R 4.6
Description
The SparseArray package provides array-like containers for efficient in-memory representation of multidimensional sparse data in R (arrays and matrices). The package defines the SparseArray virtual class and two concrete subclasses: COO_SparseArray and SVT_SparseArray. Each subclass uses its own internal representation of the nonzero multidimensional data: the "COO layout" and the "SVT layout", respectively. SVT_SparseArray objects mimic as much as possible the behavior of ordinary matrix and array objects in base R. In particular, they suppport most of the "standard matrix and array API" defined in base R and in the matrixStats package from CRAN.
Code
Code metrics have not been computed for this package yet.
Topics
Depended on by (31)
Bioconductor (30)
CRAN (1)
People
- Hervé Pagès author maintainer
- Vince Carey fnd
- Rafael A. Irizarry fnd
- Jacques Serizay contributor