smoothTransform: SMOOTH TRANSFORM OF RTCA OBJECT

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/algorithms.R

Description

Smoothing the RTCA cell impedance measurement

Usage

1

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

1
2
3
4
5
6
require(RTCA)
  
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)

xSmooth <- smoothTransform(x)

RTCA documentation built on Nov. 8, 2020, 7:52 p.m.