convertMtime | R Documentation |
convertMtime
performs effective mobility scale transformation of CE(-MS)
data, which is used to overcome variations of the migration times, caused by
differences in the Electroosmotic Flow (EOF) between different runs.
In order to monitor the EOF and perform the transformation, neutral or
charged EOF markers are spiked into the sample before analysis. The
information of the EOF markers (migration time and effective mobility) will
be then used to perform the effective mobility transformation of the
migration time scale.
convertMtime(
x = numeric(),
rtime = numeric(),
mobility = numeric(),
tR = 0,
U = numeric(),
L = numeric()
)
x |
|
rtime |
|
mobility |
|
tR |
|
U |
|
L |
|
numeric
vector of same length as x with effective mobility values.
Liesa Salzer
rtime <- c(10,20,30,40,50,60,70,80,90,100)
marker_rt <- c(20,80)
mobility <- c(0, 2000)
convertMtime(rtime, marker_rt, mobility)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.