derivativeTransform: DERIVATIVE TRANSFORM OF RTCA OBJECT

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/algorithms.R

Description

Derivative transform of RTCA object, returning the change rate of cell impedance

Usage

1

Arguments

object

An object of RTCA

Details

The first derivative of the cell impedance curve measured by RTCA. The derivative of the last time point is estimated by that of the next to last point.

Value

An RTCA object populated with derivative values

Author(s)

Jitao David Zhang jitao_david.zhang@roche.com

See Also

smoothTransform and interpolationTransform for smoothing and interpolating the RTCA data. rgrTransform calculates relative growth rate, which calls derivativeTransform.

Examples

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

xDeriv <- derivativeTransform(x)

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