Quantitative Analysis of Mass Spectrometry Data
MALDIquant provides a complete analysis pipeline for matrix-assisted laser desorption/ionization-time-of-flight (MALDI-TOF) and other two-dimensional mass spectrometry data.
In addition to commonly used plotting and processing methods it includes distinctive features, namely baseline subtraction methods such as morphological filters (TopHat) or the statistics-sensitive non-linear iterative peak-clipping algorithm (SNIP), peak alignment using warping functions, handling of replicated measurements as well as allowing spectra with different resolutions.
Please visit: https://strimmerlab.github.io/software/maldiquant/
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/sgibb/MALDIquant/issues
- send a pull request on: https://github.com/sgibb/MALDIquant/
- compose an e-mail to: [email protected]
You can install the latest release directly from CRAN.
install.packages("MALDIquant")
GitHub is not directly supported by the basic
install.packages
command. You could use the
devtools package
to install the development version of MALDIquant
(you will need a complete development environment to compile the some c code).
install.packages("devtools")
library("devtools")
install_github("sgibb/MALDIquant")
To illustrate the application of MALDIquant for analyses of mass spectrometry data please find a number of example R scripts in the MALDIquantExamples repository.