Skip to contents

Plot qPCR results

Usage

pcr_plot(tidy_pcr)

Arguments

tidy_pcr

output from the pcr_tidy function, or some derivative (eg pcr_rq) thereof

Value

a ggplot

Examples

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