sparseMatrixStats
Summary Statistics for Rows and Columns of Sparse Matrices
Bioconductor version: 3.23 · Package version: 1.24.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sparseMatrixStats") Details
| Maintainer | Constantin Ahlmann-Eltze <artjom31415@googlemail.com> |
| Author | Constantin Ahlmann-Eltze [aut, cre] (ORCID: <https://orcid.org/0000-0002-3762-068X>) |
| License | MIT + file LICENSE |
| URL | https://github.com/const-ae/sparseMatrixStats |
| Bug Reports | https://github.com/const-ae/sparseMatrixStats/issues |
| System Requirements | C++11 |
| Downloads rank | 19578 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Infrastructure, Software |
Documentation
Download
Dependencies
Depends: MatrixGenerics (>= 1.5.3)
Imports: Rcpp, Matrix, matrixStats (>= 0.60.0), methods
LinkingTo: Rcpp
Suggests: testthat (>= 2.1.0), knitr, bench, rmarkdown, BiocStyle
Reverse dependencies
Imports Me (21): adjclust, atena, ccImpute, concordexR, Coralysis, CRMetrics, DelayedMatrixStats, DenoIST, dreamlet, GrabSVG, GSVA, modelSelection, mombf, scBSP, scone, Seqtometry, Signac, SimBu, smartid, SplineDV, SPOTlight
Suggests Me (13): APL, blase, dbMatrix, MatrixGenerics, miloR, plaid, scPCA, scuttle, SigBridgeRUtils, singleCellHaystack, SpatialFeatureExperiment, StabMap, zinbwave