efficiency | R Documentation |
The efficiency
function calculates amplification efficiency and returns related statistics and standard curves.
efficiency(df)
df |
a data frame of dilutions and Ct of genes. First column is dilutions and other columns are Ct values for different genes. |
The efficiency
function calculates amplification efficiency of genes, and present the Slope, Efficiency, and R2 statistics.
A list 3 elements.
Slope, R2 and Efficiency (E) statistics
slope comparison table
standard curves
Ghader Mirzaghaderi
# locate and read the sample data
data_efficiency
# Applying the efficiency function
efficiency(data_efficiency)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.