digits: is a numeric value determining the number of decimal places. Used only for printed values. See format .
print: is a logical value determining if pretty summary of the object should be printed.
Returns
A named vector of four elements. The element named 2nd_der contains values of the second first derivative. The element named SDM
contains approximate second derivative maximum, SDm contains approximate second derivative minimum, and SDC contains approximate second derivative center.
Details
The approximate second derivative maximum (SDM) which is commonly used to quantify quantitative real-time PCR experiments. The SDM might also be useful for isothermal amplification processes. The SDM is calculated from a derived cubic spline. Similarly the first approximate approximate derivative maximum (FDM), second derivative minimum (SDm), and approximate second derivative center (SDC, geometric mean of SDM and SDm) are available. FDM, SDm and SDC values can be used to further characterize the amplification process.
References
Ruijter JM, Pfaffl MW, Zhao S, et al. (2013) Evaluation of qPCR curve analysis methods for reliable biomarker discovery: bias, resolution, precision, and implications. Methods San Diego Calif 59:32--46.
Author(s)
Stefan Roediger, Michal Burdukiewicz
See Also
der
Examples
res <- AmpSim(cyc =1:40, Cq =25)test.der <- inder(res)#just print summarysummary(test.der)#print without roundingsummary(test.der, digits =6)#assign summary to variable without printing and vals <- summary(test.der, print =FALSE)print(vals)#easily access different valuesvals["bg.start"]