Name Mode Size
.github 040000
R 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
README.md
# MobilityTransformR Effective mobility Transformation for CE-MS data. ## Contact You are welcome to * write a mail to <liesa.salzer@helmholtz-munich.de> * submit suggestions and issues: <https://github.com/LiesaSalzer/MobilityTransformR/issues> * send a pull request: <https://github.com/LiesaSalzer/MobilityTransformR/issues> ## Install To install MobilityTransformR, use the stable version available at Bioconductor. Enter: ```r 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](http://cran.r-project.org/web/packages/devtools/index.html) package: ```r install.packages("devtools") library("devtools") install_github("LiesaSalzer/MobilityTransformR") ```