Per-analyte mean, standard deviation, and coefficient of variation
(sd / mean) of pixel intensities, by well-group type. Calibrator /
standard wells are reported separately so calibration variability is
easy to inspect.
Usage
# S3 method for class 'qview'
summary(object, ...)Arguments
- object
A
qviewobject returned byread_qview().- ...
Unused; for S3 generic compatibility.
Value
A tibble::tibble() with one row per well_type x analyte
combination, columns: well_type, analyte, unit, n, mean,
sd, cv, min, max.
See also
Other qview-methods:
as_tibble.qview(),
is_qview(),
plot.qview(),
print.qview()