MsCoreUtils
defines low-level functions for mass spectrometry data and is
independent of any high-level data structures.
These functions include mass spectra processing functions
(noise estimation, smoothing, binning),
quantitative aggregation functions (median polish, robust summarisation, ...),
missing data imputation, data normalisation (quantiles, vsn, ...)
as well as misc helper functions, that are used across high-level
data structure within the
R for Mass Spectrometry packages.
See the package homepage for more information.
- Sigurdur Smarason (@SiggiSmara): weighted moving average (sgibb/MALDIquant#54)
- Thomas Naake (@tnaake): dotproduct calculation (rformassspectrometry#17)
- Adriaan Sticker:
robustSummary
aggregation function (originally contributed toMSnbase
)