Collapses the primary scene's channel list into a one-row-per-channel
data.frame for quick inspection. Multi-valued fields such as
color_rgb are rendered as strings.
Examples
path <- system.file("extdata", "PA_HNC_sample.ome.tiff", package = "bgnormR")
img <- read_qptiff(path)
#> Reading TIFF directory structure ...
#> Reading OME-TIFF metadata ...
#> Reading IFD page layouts ...
#> Loading 5 channel(s) ...
#> Loading 5 channel(s) ...
channel_table(metadata(img))
#> Error: unable to find an inherited method for function ‘metadata’ for signature ‘x = "QPTIFFImage"’