Description Usage Arguments Details Value Author(s) References See Also Examples
Transform RTCA data into relative growth rate
1 | 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.
1 2 3 4 5 6 | require(RTCA)
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)
xRgr <- rgrTransform(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.