
Last chance! 50% off unlimited learning
Sale ends in
The function calculates the mean, standard deviation and coefficient of variation for replicates of an immunoassay.
calcCvStats(assay.obj, cv.threshold = 20)
An ImmunoAssay object imported by importAssay
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
# NOT RUN {
assay.obj <- importAssay(lognormAssay)
assay.obj <- calcCvStats(assay.obj)
# }
Run the code above in your browser using DataLab