powered by
The efficiency function calculates amplification efficiency and returns related statistics and standard curves.
efficiency
efficiency(df)
A list 3 elements.
Slope, R2 and Efficiency (E) statistics
slope comparison table
standard curves
a data frame of dilutions and Ct of genes. First column is dilutions and other columns are Ct values for different genes.
Ghader Mirzaghaderi
The efficiency function calculates amplification efficiency of genes, and present the Slope, Efficiency, and R2 statistics.
# locate and read the sample data data_efficiency # Applying the efficiency function efficiency(data_efficiency)
Run the code above in your browser using DataLab