rgrTransform {RTCA} | R Documentation |
Transform RTCA data into relative growth rate
rgrTransform(object, smooth)
object |
An object of |
smooth |
logical, should the object be smooth transformed after
the |
TODO: relative growth rate
An object of RTCA
populated with relative growth
rate instead of input data
Jitao David Zhang <jitao_david.zhang@roche.com>
TODO: reference
derivativeTransform
for first derivative. ratioTransform
for ratio normalization
adopted by Roche commercial software. smoothTransform
and interpolationTransform
for other transformation possibilities.
require(RTCA) ofile <- system.file("/extdata/testOutput.csv", package="RTCA") x <- parseRTCA(ofile) xRgr <- rgrTransform(x)