rounder {chipPCR} | R Documentation |
inder
calculates numeric derivatives on
smoothed data which results in data points not observable in reality. The
rounder
function averages such result to the real values of cycle
number.
rounder(object, cyc = 1)
object |
a class |
cyc |
a column containing cycle numbers after smoothing. In case of objects
created by the |
An object of the class der
containing cycle number and
averaged values of the fluorescence, first derivative and second
derivative.
Stefan Roediger, Michal Burdukiewicz
isPCR <- AmpSim(cyc = 1:40)
res <- inder(isPCR)
rd <- rounder(res)
plot(rd)