This method estimates the noise of mass spectrometry data (represented by a MassSpectrum object).
methods
## S4 method for signature 'MassSpectrum'estimateNoise(object, method=c("MAD","SuperSmoother"),...)
Arguments
object: MassSpectrum object
method: used noise estimation method, one of "MAD" or "SuperSmoother".
...: arguments to be passed to method.
Details
"MAD":: This function estimates the noise of mass spectrometry data by calculating the median absolute deviation, see also mad.
"SuperSmoother":: This function estimates the noise of mass spectrometry data using Friedman's Super Smoother. Please refer supsmu for details and additional arguments.
Returns
Returns a two column matrix (first column: mass, second column: intensity) of the estimated noise.