File: package.R

package info (click to toggle)
r-bioc-residualmatrix 1.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#' The \pkg{ResidualMatrix} package
#'
#' Originally implemented in the \pkg{BiocSingular} package,
#' the \code{ResidualMatrix} class has been placed into its own package to enable greater re-use.
#' This class provides delayed computation of residuals from a linear model fit,
#' allowing us to represent large matrices of residuals without actually calculating them in memory.
#' The idea is to allow us to easily regress out uninteresting factors for big datasets,
#' much like a delayed, scalable version of \pkg{limma}'s venerable \code{removeBatchEffect} function. 
#' 
#' @name ResidualMatrix-package
NULL