Effective mobility Transformation for CE-MS data.
You are welcome to
- write a mail to [email protected]
- submit suggestions and issues: https://github.com/LiesaSalzer/MobilityTransformR/issues
- send a pull request: https://github.com/LiesaSalzer/MobilityTransformR/issues
To install MobilityTransformR, use the stable version available at Bioconductor. Enter:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MobilityTransformR")If you would like to install the development version of MobilityTransformR, you will first have to install devtools package:
install.packages("devtools")
library("devtools")
install_github("LiesaSalzer/MobilityTransformR")