rounder {chipPCR} | R Documentation |
Round der objects
Description
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.
Usage
rounder(object, cyc = 1)
Arguments
object |
a class |
cyc |
a column containing cycle numbers after smoothing. In case of objects
created by the |
Value
An object of the class der
containing cycle number and
averaged values of the fluorescence, first derivative and second
derivative.
Author(s)
Stefan Roediger, Michal Burdukiewicz
See Also
Examples
isPCR <- AmpSim(cyc = 1:40)
res <- inder(isPCR)
rd <- rounder(res)
plot(rd)
[Package chipPCR version 1.0-2 Index]