Quantitative PCR Machine Learning Toolkit
The software extracts features from amplification curve data of quantitative Polymerase Chain Reactions (qPCR) (Pabinger S. et al., 2014) for machine learning purposes. Helper functions prepare the amplification curve data for processing as functional data (e.g., Hausdorff distance) or enable the plotting of amplification curve classes (negative, ambiguous, positive). The hookreg() and hookregNL() functions (Burdukiewicz M. et al., 2018) can be used to predict amplification curves with an hook effect-like curvature. The pcrfit_single() function can be used to extract features from an amplification curve.
PCRedux is available on CRAN. However, you can install the latest development version of the code using the following code:
library("devtools")
install_github("PCRuniversum/PCRedux")
The manual is available online.