calculate_rq | R Documentation |
calculate_rq() computes quantification of target amplicons relative to reference amplicons.
calculate_rq(data, tar, ref)
data |
a tibble provided by calculate_n0(). |
tar |
a character vector indicating the names of the target amplicons. |
ref |
a character vector indicating the names of the reference amplicons. |
A tibble containing the RQ values for each sample. RQ values are computed as the ratio target mean_n0 / reference mean_n0 and stored in the rq_val variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.