getTrafoType: Determine the type of trafo for each element of a vector

View source: R/dMod-import.R

getTrafoTypeR Documentation

Determine the type of trafo for each element of a vector

Description

Determine the type of trafo for each element of a vector

Usage

getTrafoType(trafo_string)

Arguments

trafo_string

named character

Value

character(lenth(trafo_string)): TRAFO = functional trafo SYMBOL = Parameter name mapping NUMBER = fixed value

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

Examples

trafo_string <- c(STAT5A = "207.6 * ratio", STAT5B = "207.6 - 207.6 * ratio",
                  pApB = "alpha", pApA = "beta", pBpB = "pBpB", nucpApA = "0.1", nucpApB = "0",
                  nucpBpB = "0")
getTrafoType(trafo_string)

dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.