pcr_rq | R Documentation |
Recalculate relative quantities for a given experiment
pcr_rq(x, relative_sample, control_probe = NULL, ...)
## S3 method for class 'pcr'
pcr_rq(x, relative_sample, control_probe = NULL, ...)
## S3 method for class 'data.frame'
pcr_rq(x, relative_sample, control_probe = NULL, ...)
x |
A |
relative_sample |
A sample to set others relative to (eg |
control_probe |
Character. |
... |
Arguments passed to respective method |
An object of same class as x
dat_path <- system.file("extdata", "untidy-pcr-example.xls", package = "amplify")
read_pcr(dat_path) |>
pcr_rq("U6D1")
# Can also be run after using pcr_control:
read_pcr(dat_path) |>
pcr_control("GAPDH") |>
pcr_rq("U6D1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.