Bioconductor/SparseArray: Efficient in-memory representation of multidimensional sparse arrays

The SparseArray package is an infrastructure package that provides an array-like container for efficient in-memory representation of multidimensional sparse data in R. 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.

Getting started

Package details

Bioconductor views DataRepresentation Infrastructure
Maintainer
LicenseArtistic-2.0
Version1.3.5
URL https://bioconductor.org/packages/SparseArray
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Bioconductor/SparseArray")
Bioconductor/SparseArray documentation built on April 11, 2024, 6:24 a.m.