calculate_n0 | R Documentation |
calculate_n0() computes the mean n0 values of qPCR replicates from xls/xlsx/csv files containing LinRegPCR output.
calculate_n0(path, linregpcr_files, type, include_all = FALSE, hkg = NULL)
path |
a string specifying the path to the directory containing LinRegPCR output files. |
linregpcr_files |
a character vector containing the names of LinRegPCR output files, with the extension included (.xls, .xlsx or .csv). |
type |
a string specifying the extension of LinRegPCR output files (either .xls, .xlsx or .csv). |
include_all |
a logical, default is FALSE. If TRUE, will also include the samples that did not reach the plateau phase or displayed deviating PCR efficiency. |
hkg |
optional. A named list of character vectors specifying the sets of amplicons to be used for computing reference mean n0 values. For each vector of the list, reference mean n0 values are named after the vector and computed as the geometric mean of the vector elements. |
A tibble containing the mean n0 value of each amplicon (including newly created references) for each RT sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.