applyrecalib.massvector {mscalib}R Documentation

Precalibration

Description

Uses the model of the measurment error stored in a calibrestat object to correct the masses in the massvector.

Usage

## S3 method for class 'massvector':
applyrecalib(object,calc,...)

Arguments

... further arguments.
calc object calibrestat class.
object massvector.

Details

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.

Author(s)

Witold Wolski wolski@molgen.mpg.de

References

-
Wool A, Smilansky Z 2002. Precalibration of matrix-assisted laser desorption/ionization-time of flight spectra for peptide mass fingerprinting.Proteomics. 2(10):1365-73.
-
Wolski http://www.molgen.mpg.de/~wolski/mscalib

See Also

getrecalib.massvector, getrecalib.massvectorlist, recalibrate.massvector, recalibrate.massvectorlist, calibrestat, calibrelist,

Examples

 data(mv1)
 res <- getrecalib(mv1)
 plot(res)
 mv2<-applyrecalib(mv1,res)
 compare(mv1,mv2)

[Package Contents]