DelayedMatrixStats {DelayedMatrixStats}R Documentation

DelayedMatrixStats: Functions that apply to rows and columns of DelayedMatrix objects.

Description

DelayedMatrixStats is a port of the matrixStats API to work with DelayedMatrix objects from the DelayedArray package. High-performing functions operating on rows and columns of DelayedMatrix objects, e.g. colMedians() / rowMedians(), colRanks() / rowRanks(), and colSds() / rowSds(). Functions optimized per data type and for subsetted calculations such that both memory usage and processing time is minimized.


[Package DelayedMatrixStats version 1.12.3 Index]