Skip to contents

Plot standard dilutions compared to a perfect dilution

Usage

pcr_lib_qc_plot_dil(lib_qc)

Arguments

lib_qc

Output of pcr_lib_qc

Value

a ggplot

Details

An optimal dilution will show blue and grey dots perfectly aligned. A plot with blue dots consistently lagging more behind the gray dots implies the dilutions are consistent, but less dilute than a 1:10 dilution. Likewise, a plot with blue dots that consistently outpace the gray dots more with each passing dot signifies consistently over-diluting the standards.

Samples are shown as red dots.

Examples

system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
  pcr_tidy() |>
  pcr_lib_calc() |>
  pcr_lib_qc() |>
  pcr_lib_qc_plot_dil()