pcr_control | R Documentation |
Calculate Delta Ct mean based on given control probe
pcr_control(x, control_probe)
## S3 method for class 'pcr'
pcr_control(x, control_probe, ...)
## S3 method for class 'data.frame'
pcr_control(x, control_probe, ...)
x |
A |
control_probe |
A probe to be used as an endogenous control (eg GAPDH) |
An object with class the same as input
system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
read_pcr() |>
pcr_control("GAPDH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.