pcr_lib_calc | R Documentation |
Calculate library PCR concentrations
pcr_lib_calc(pcr, dil_factor = 1000)
pcr |
a |
dil_factor |
integer. The factor that the libraries were diluted for pcr |
a pcr
object, containing the input columns as well as:
standard_diff The differences between the ct_mean
of a standard
and one step up in the dilution (ie more concentrated, lower Ct). The most
concentrated dilution has a value of 0
dil 2^(standard_diff). The accuracy of this metric assumes that
the efficiency of the PCR is 100%, which is likely good but not perfect! In
the case of the first standard, dil
= 0
quant_actual For standards, the presumed quantity of standard,
calculated from dil
. For samples, quantity
concentrationThe concentration of library, before dilution
system.file("extdata", "untidy-standard-curve.xlsx", package = "amplify") |>
read_pcr() |>
pcr_lib_calc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.