Skip to contents

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.

Usage

# S3 method for class 'qview'
as_tibble(x, ...)

Arguments

x

A qview object returned by read_qview().

...

Unused; for S3 generic compatibility.

Value

A tibble::tibble() of replicate pixel-intensity readings.

See also