Skip to content

CONSTANd

Bioc current

Data normalization by matrix raking

v1.20.0 · software · file LICENSE

Release Lineage

Entered 3.13 · May 20, 2021

Current · Requires R 4.6

1.0 In 11 of 49 releases 3.23

Description

Normalizes a data matrix `data` by raking (using the RAS method by Bacharach, see references) the Nrows by Ncols matrix such that the row means and column means equal 1. The result is a normalized data matrix `K=RAS`, a product of row mulipliers `R` and column multipliers `S` with the original matrix `A`. Missing information needs to be presented as `NA` values and not as zero values, because CONSTANd is able to ignore missing values when calculating the mean. Using CONSTANd normalization allows for the direct comparison of values between samples within the same and even across different CONSTANd-normalized data matrices.

Code

Code metrics have not been computed for this package yet.

Topics

People