recipe bioconductor-sparsematrixstats

Summary Statistics for Rows and Columns of Sparse Matrices

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/sparseMatrixStats.html

License:

MIT + file LICENSE

Recipe:

/bioconductor-sparsematrixstats/meta.yaml

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.

package bioconductor-sparsematrixstats

(downloads) docker_bioconductor-sparsematrixstats

Versions:

1.10.0-01.6.0-21.6.0-11.6.0-01.4.0-01.2.1-01.2.0-01.0.0-11.0.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-sparsematrixstats

and update with:

conda update bioconductor-sparsematrixstats

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-sparsematrixstats:<tag>

(see bioconductor-sparsematrixstats/tags for valid values for <tag>)

Download stats