pcr_lib_qc_plot_dil | R Documentation |
Plot standard dilutions compared to a perfect dilution
pcr_lib_qc_plot_dil(lib_qc)
lib_qc |
Output of |
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.
a ggplot
system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
pcr_tidy() |>
pcr_lib_calc() |>
pcr_lib_qc() |>
pcr_lib_qc_plot_dil()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.