calcCvStats {rADA}R Documentation

Calculate Coefficient of Variation

Description

The function calculates the mean, standard deviation and coefficient of variation for replicates of an immunoassay.

Usage

calcCvStats(assay.obj, cv.threshold = 20)

Arguments

assay.obj

An ImmunoAssay object imported by importAssay

cv.threshold

Threshold for re-calculation of means and standard deviation based on coefficient of variation. The default threshold is 20 (i.e., 20% CV)

Value

An object of the class ImmunoAssay with calculated CV stats in the cv.table slot

Author(s)

Emma Gail

Examples


assay.obj <- importAssay(lognormAssay)
assay.obj <- calcCvStats(assay.obj)

[Package rADA version 1.1.9 Index]