calculate_rq: Calculate RQ

View source: R/calculate_rq.R

calculate_rqR Documentation

Calculate RQ

Description

calculate_rq() computes quantification of target amplicons relative to reference amplicons.

Usage

calculate_rq(data, tar, ref)

Arguments

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.

Value

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.


benvallin/banban documentation built on Sept. 29, 2023, 5:46 a.m.