This R package provides functionality for data formatting, preprocessing, filtering, exploratory data analysis and visualization of fourier transform (FT) mass spectrometry (MS) data.
(Recommended) To install the latest release:
devtools::install_github("EMSL-Computing/ftmsRanalysis@*release")
To install a specific release, say 1.0.0:
devtools::install_github("EMSL-Computing/ftmsRanalysis@1.0.0")
(Not recommended, since these changes are still being tested) , You can also install the most current version of master:
devtools::install_github("EMSL-Computing/ftmsRanalysis")
To get started, see the package documentation and function reference located at http://EMSL-Computing.github.io/ftmsRanalysis.