smoothTransform {RTCA}R Documentation

SMOOTH TRANSFORM OF RTCA OBJECT

Description

Smoothing the RTCA cell impedance measurement

Usage

smoothTransform(object, ...)

Arguments

object

An object of RTCA

...

Parameters passed to smooth.spline

Details

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.

Value

An RTCA object populated with smoothed values

Note

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.

Author(s)

Jitao David Zhang jitao_david.zhang@roche.com

Examples

require(RTCA)
  
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)

xSmooth <- smoothTransform(x)

[Package RTCA version 1.38.0 Index]