DelayedMatrixStats | R Documentation |
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.
Maintainer: Peter Hickey peter.hickey@gmail.com (ORCID)
Other contributors:
Hervé Pagès hpages.on.github@gmail.com [contributor]
Aaron Lun infinite.monkeys.with.keyboards@gmail.com [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.