pcr_lib_qc_plot_outliers | R Documentation |
Plot mean centered samples without putative outliers
pcr_lib_qc_plot_outliers(lib_qc)
lib_qc |
Output of |
A sample is deemed an outlier if, upon its removal, it is more that 3Z from the mean of the remaining. This boundary of +/-3Z is demarcated by the shaded area. Gray samples are outliers. Samples |Z| > 10 away are denoted by arrows (<<<) pointing in their direction as well as with their Z
a ggplot
system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
pcr_tidy(pad_zero = TRUE) |>
pcr_lib_calc() |>
pcr_lib_qc() |>
pcr_lib_qc_plot_outliers()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.