pcr_lib_qc | R Documentation |
Create library prep quality control data
pcr_lib_qc(lib_calc_pcr)
lib_calc_pcr |
A |
While the output of this function on its own is can theoretically be
used to gauge library quality, it is best used in conjunction with a
function like pcr_lib_calc_report
a pcr
object with list with:
standards Data for individual standards, including calculated dilutions, given and calculated quantities, raw Ct, etc.
samples Data for individual samples, including calculated concentrations, raw Ct, etc.
sample_summary Summary statistics for samples grouped by replicates
standard_summary Summary statistics for standards groupd by replicates
outliers Data for individual samples and standards with and without
their putative outliers (po
) per replicate group
system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
pcr_tidy(pad_zero = TRUE) |>
pcr_lib_calc() |>
pcr_lib_qc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.