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 numeric data frame that contains the biomarkers

transform

a numeric string specifying the method used for transform the markers. The available methods are: log exp sin cos.

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]