transform_math {dtComb} | R Documentation |
Mathematical transformations for biomarkers.
Description
The transform_math
function applies a user preference
transformation from log
exp
sin
cos
transformations
for biomarkers.
Usage
transform_math(markers, transform)
Arguments
markers |
a |
transform |
a |
Value
A numeric
dataframe of standardized biomarkers
Author(s)
Serra Ilayda Yerlitas, Serra Bersan Gengec, Necla Kochan, Gozde Erturk Zararsiz, Selcuk Korkmaz, Gokmen Zararsiz
Examples
data(exampleData1)
markes <- exampleData1[, -1]
transform_math(markes, transform = "log")
[Package dtComb version 1.0.2 Index]