Skip to contents

View sample plating layout

Usage

pcr_plate_view(tidy_pcr, fill = "target_name")

Arguments

tidy_pcr

an output from the pcr_tidy function

fill

character. A column in tidy_pcr used to use to fill the geom_tiles

Value

a ggplot

Examples

system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
  pcr_tidy() |>
  pcr_plate_view()