rounder function

Round der objects

Round der objects

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)

Arguments

  • object: a class der object.
  • cyc: a column containing cycle numbers after smoothing. In case of objects created by the inder function, it is the first column.

Returns

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

inder, der

Examples

isPCR <- AmpSim(cyc = 1:40) res <- inder(isPCR) rd <- rounder(res) plot(rd)
  • Maintainer: Stefan Roediger
  • License: GPL-3
  • Last published: 2021-03-05