This package browser is in early development. Mind the rough edges.

r-delayedmatrixstats 1.32.0

Functions that apply to rows and columns of DelayedMatrix objects

This package provides a port of the matrixStats API for use with DelayedMatrix objects from the DelayedArray package. It contains high-performing functions operating on rows and columns of DelayedMatrix objects, e.g. colMedians, rowMedians, colRanks, rowRanks, colSds, and rowSds. Functions are optimized per data type and for subsetted calculations such that both memory usage and processing time is minimized.

Installation

Install r-delayedmatrixstats 1.32.0 as follows:

guix install r-delayedmatrixstats@1.32.0

Or install the latest version:

guix install r-delayedmatrixstats

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.