applyextcalib.massvectorlist {mscalib}R Documentation

External Calbiration

Description

Corrects the massvectorlist for the measurment error stored calibspline object.

Usage

## S3 method for class 'massvectorlist':
applyextcalib(object,cS,...)

Arguments

... further parameters
cS object of class calibspline
object massvectorlist

Details

In case of external calibration some sample spots are only dedicated to calibration. Calibration samples which produces equidistant peaks, which exact masses are known, can be used to precisely estimate the mass dependent error function.

Value

massvectorlist calibrated massvectorlist

Author(s)

Witold Wolski wolski@molgen.mpg.de

References

-
Gobom J, Mueller M, Egelhofer V, Theiss D, Lehrach H, Nordhoff E, 2002. A calibration method that simplifies and improves accurate determination of peptide molecular masses by MALDI-TOF MS. Anal Chem. 74(15):3915-23.
-
Wolski http://www.molgen.mpg.de/~wolski/mscalib

See Also

applyextcalib.massvector, applyextcalib.massvectorlist, getextcalib.massvector, getextcalib.massvectorlist,

Examples

 data(ppg)
 data(mvl)
 res <- getextcalib(ppg,getPPGmasses(),error=150)
 mvl2 <- applyextcalib(mvl,res)

[Package mscalib version 0.5.9 Index]