standardize: Plate standardization

View source: R/standardize.R

standardizeR Documentation

Plate standardization

Description

Standardize the data gathered for on a plate. This function is designed to apply any standardization on plate data.

Usage

standardize(mat, FUN)

Arguments

mat

Matrix presenting the data gathered from a plate. See details.

FUN

Function to be used to carry out the standardization.

Details

The argument mat is a matrix that has the same organisation as the plate to be corrected.

The function assumes that the standardization is performed on the whole data at once without reference to the matrix dimensions. In other words, the data is vectorized before performing the standardization.

Value

A matrix with the same dimensions as mat but with the data standardized.

Author(s)

F. Guillaume Blanchet


guiblanchet/plateCorrect documentation built on May 14, 2022, 12:10 a.m.