getrecalib.massvector {mscalib} | R Documentation |
Obtains the an error model using the wavelength analysis of the peaklist.
## S3 method for class 'massvector': getrecalib(object,plot=FALSE,...)
... |
|
object |
|
plot |
TRUE - A graphic showing the F(omega) function. default FALSE |
Precalibration method utilizes the knowledge that masses of peptides are in equidistant spaced clusters. The wavelength of the massesvector can be determined as described by Wool. The comparision of the experimental wavelength with the theoretical one, makes possible to find an affine function that corrects the masses. Chemical noise in the spectra may hamper the determination of mass list frequency. The package provides a function to filter chemical noise.
calibrestat |
object of class calibrestat. |
Witold Wolski wolski@molgen.mpg.de
applyrecalib.massvector
,
massvector
,
calibrestat
,
wsFilter.massvector
,
data(mv1) res <- getrecalib(mv1) print(res) as.vector(res) summary(res) image(res) plot(res)