| .transformNumeric | R Documentation |
Transformation of numeric
.transformNumeric(x, marker, tR = tR, U = U, L = L)
x |
|
marker |
|
tR |
|
U |
|
L |
|
numeric vector that represents effective mobility in mm^2 / (kV * min)
rtime <- c(10, 20, 30, 40, 50, 60, 70, 80, 90, 100)
marker <- data.frame(
markerID = c("marker1", "marker2"),
rtime = c(20, 80),
mobility = c(0, 2000)
)
MobilityTransformR:::.transformNumeric(
x = rtime, marker = marker, tR = 3,
U = 30, L = 90
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.