Plot standard dilutions compared to a perfect dilution
pcr_lib_qc_plot_dil.Rd
Plot standard dilutions compared to a perfect dilution
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()
#> Error in pcr_tidy(system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify")): could not find function "pcr_tidy"