powered by
Applies a selected mathematical transformation ("log", "exp", "sin", or "cos") to biomarker data.
"log"
"exp"
"sin"
"cos"
transform_math(markers, transform)
A numeric data frame containing the transformed biomarkers.
numeric
A numeric data frame that contains the biomarkers.
A character string specifying the transformation method to be applied. Supported methods are: "log", "exp", "sin", "cos".
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")
Run the code above in your browser using DataLab