CMD + K

bioconductor-sparsearray

Community

High-performance sparse data representation and manipulation in R

Installation

To install this package, run one of the following:

Conda
$conda install bioconda::bioconductor-sparsearray

Usage Tracking

1.6.0
1.2.2
1.0.10
3 / 8 versions selected
Total downloads: 0

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: COOSparseArray and SVTSparseArray. 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.

About

Summary

High-performance sparse data representation and manipulation in R

Information Last Updated

Apr 22, 2025 at 15:29

License

Artistic-2.0

Total Downloads

206.2K

Platforms

Linux 64 v1.6.0
macOS 64 v1.6.0
Linux aarch64 v1.6.0
macOS arm64 v1.6.0