r-residualmatrix
Create a DelayedMatrix of regression residuals
This package implements tools for delayed computation of a matrix of residuals after fitting a linear model to each column of an input matrix. It also supports partial computation of residuals where selected factors are to be preserved in the output matrix. It implements a number of efficient methods for operating on the delayed matrix of residuals, most notably matrix multiplication and calculation of row/column sums or means.
- Versions: 1.16.0
- Website: https://github.com/LTLA/ResidualMatrix
- Licenses: GPL 3
- Package source: gnu/packages/bioconductor.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-residualmatrix
as follows:
guix install r-residualmatrix
Or install a particular version:
guix install r-residualmatrix@1.16.0
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.
Badge code
You can use the following badge to inform users of r-residualmatrix about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-residualmatrix'><img src='https://packages.guix.gnu.org/packages/r-residualmatrix/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-residualmatrix)
Example Org:
[[https://packages.guix.gnu.org/packages/r-residualmatrix][https://packages.guix.gnu.org/packages/r-residualmatrix/badges/latest-version.svg]]