applycalib.calibspline {mscalib}R Documentation

External Calbiration

Description

Applys object of class calibspline to massvector or massvectorlist to correct for measurment errors.

Usage

## S3 method for class 'calibspline':
applycalib(object,mv,...)

Arguments

...
mv
object massvector

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

massvector calibrated massvector

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.massvectorlist, getextcalib.massvector, getextcalib.massvectorlist,

Examples

 data(mv1)
 data(ppg)
 res<- getextcalib(ppg,getPPGmasses(),error=150)
 plot(res)
 mv2<-applycalib(res,mv1)
 compare(mv1,mv2,error=300)
 rm(mv1,mv2)
 data(mvl)
 mvl<-mvl[1:100]
 res<-applycalib(res,mvl)

[Package mscalib version 0.5.9 Index]