R/DelayedMatrixStats-package.r

#' DelayedMatrixStats: Functions that apply to rows and columns of
#' *DelayedMatrix* objects.
#'
#' **DelayedMatrixStats** is a port of the
#' [**matrixStats**](https://CRAN.R-project.org/package=matrixStats) API to
#' work with *DelayedMatrix* objects from the
#' [**DelayedArray**](http://bioconductor.org/packages/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.
#'
#' @name DelayedMatrixStats
#' @docType package
#' @import methods
#' @importFrom DelayedArray isPristine
#' @import MatrixGenerics
#' @import sparseMatrixStats
NULL

Try the DelayedMatrixStats package in your browser

Any scripts or data that you put into this service are public.

DelayedMatrixStats documentation built on Feb. 5, 2021, 2:04 a.m.