@LiesaSalzer and I are working on CE-MS based metabolomics. One part here is the conversion of the migration time (same as retention time in LC-MS) to effective mobility based on a known set of mobility markers is used to overcome differences in migration time between different runs. One example is found here:
We should implement a function that takes a vector of migration times (for sake on consistency I would call it also rtime) and a data.frame with the data of the markers and perform conversion.
@LiesaSalzer and I are working on CE-MS based metabolomics. One part here is the conversion of the migration time (same as retention time in LC-MS) to effective mobility based on a known set of mobility markers is used to overcome differences in migration time between different runs. One example is found here:
https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/epdf/10.1002/elps.201700427
We should implement a function that takes a vector of migration times (for sake on consistency I would call it also
rtime
) and adata.frame
with the data of the markers and perform conversion.