Learn R Programming

WES (version 1.0.0)

apply_amplification_efficiency: Apply PCR amplification efficiency estimation to a data.frame

Description

This function applies the est_amplification_efficiency() function to a data.frame object which follows the standardized format shown in the template_WES_standard_curve data set.

Usage

apply_amplification_efficiency(standard_curves)

Value

A data.frame containing the mean, and low and high of the 95% confidence interval of the percentile amplification efficiency for each target name.

Arguments

standard_curves

A data.frame giving the target name, serial diluted concentration of target nucleic acid, and Ct value from a standard curve assay. Must follow the template_WES_standard_curve standardized format.

Examples

Run this code
apply_amplification_efficiency(template_WES_standard_curve)

Run the code above in your browser using DataLab