- Home
- Bioconductor 3.19
- Software Packages
- sparseMatrixStats
sparseMatrixStats
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see sparseMatrixStats.
Summary Statistics for Rows and Columns of Sparse Matrices
Bioconductor version: 3.19
High performance functions for row and column operations on sparse matrices. For example: col / rowMeans2, col / rowMedians, col / rowVars etc. Currently, the optimizations are limited to data in the column sparse format. This package is inspired by the matrixStats package by Henrik Bengtsson.
Author: Constantin Ahlmann-Eltze [aut, cre]
Maintainer: Constantin Ahlmann-Eltze <artjom31415 at googlemail.com>
citation("sparseMatrixStats")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sparseMatrixStats")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("sparseMatrixStats")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.