transform_math | R Documentation |
Applies a selected mathematical transformation ("log"
, "exp"
, "sin"
, or "cos"
) to biomarker data.
transform_math(markers, transform)
markers |
A |
transform |
A character string specifying the transformation method to be applied.
Supported methods are: |
A numeric
data frame containing the transformed biomarkers.
Serra Ilayda Yerlitas, Serra Bersan Gengec, Necla Kochan, Gozde Erturk Zararsiz, Selcuk Korkmaz, Gokmen Zararsiz
data(laparotomy)
markers <- laparotomy[, -1]
transform_math(markers, transform = "log")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.