| smoothTransform {RTCA} | R Documentation |
Smoothing the RTCA cell impedance measurement
smoothTransform(object, ...)
object |
An object of |
... |
Parameters passed to |
smoothTransform smooths the RTCA cell impedance measurement by
calling the function smooth.spline. This feature
can be useful for visualiation purposes and in conjuction with other transformations.
An RTCA object populated with smoothed values
ratioTransform performs ratio transformation recommended
by the machine provider. interpolationTransform
for interpolating the RTCA
data. derivativeTransform returns cell impedance change
rates and rgrTransform calculates relative growth rate.
Jitao David Zhang jitao_david.zhang@roche.com
require(RTCA)
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
xSmooth <- smoothTransform(x)