Returns the long-format pixel_intensities table — the primary
tabular data carried by a qview object. To access other slots
(well groups, analyte panel, summary statistics) use qv$<slot>
directly.
Arguments
- x
A
qviewobject returned byread_qview().- ...
Unused; for S3 generic compatibility.
Value
A tibble::tibble() of replicate pixel-intensity readings.
See also
Other qview-methods:
is_qview(),
plot.qview(),
print.qview(),
summary.qview()