About Anaconda Help Download Anaconda

bioconda / packages / bioconductor-sparsearray 1.6.0

High-performance sparse data representation and manipulation in R

Installers

  • linux-aarch64 v1.6.0
  • linux-64 v1.6.0
  • osx-64 v1.6.0

conda install

To install this package run one of the following:
conda install bioconda::bioconductor-sparsearray

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy