This R package provides functionality for data formatting, preprocessing, filtering, exploratory data analysis and visualization of fourier transform (FT) mass spectrometry (MS) data.

Installation:

(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")

Tutorial:

To get started, see the package documentation and function reference located at http://EMSL-Computing.github.io/ftmsRanalysis.

Data:

Example data are available in the ftmsRanalaysis package. Information about how to access this data is shown in package vignettes and on the website (link in the tutorial section above)