R/amp_melt_curve_functions.R
    calculate_drdt_plate.RddR/dT, the derivative of the melt curve (of fluorescence signal R vs temperature T), has a maximum at the melting temperature Tm. A single peak in this suggests a single-length PCR product is present in the well.
calculate_drdt_plate(platemelt, method = "spline", ...)
getdRdTall(platemelt, method = "spline")| platemelt | data frame describing melt curves, including variables well, temperature, fluor_raw (raw fluorescence value).  | 
    
|---|---|
| method | to use for smoothing: "spline" default, uses smoothing spline stats::smooth.spline. "diff" base::diff for lagged difference  | 
    
| ... | other arguments to pass to smoothing method.  | 
    
platemelt with additional column dRdT.
getdRdTall:
Other melt_curve_functions: 
calculate_dydx_1()