calcCvStats {rADA} | R Documentation |
The function calculates the mean, standard deviation and coefficient of variation for replicates of an immunoassay.
calcCvStats(assay.obj, cv.threshold = 20)
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) |
An object of the class ImmunoAssay with calculated CV stats in the cv.table
slot
Emma Gail
assay.obj <- importAssay(lognormAssay)
assay.obj <- calcCvStats(assay.obj)