Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rADA (version 1.1.9)

calcCvStats: 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

Examples

Run this code
# NOT RUN {
assay.obj <- importAssay(lognormAssay)
assay.obj <- calcCvStats(assay.obj)
# }

Run the code above in your browser using DataLab