applycalib.calibintlist {mscalib}R Documentation

Internal Calibration

Description

Corrects the massvectors in the massvectorlist mvl using the error model of the calibintstat objects stored in the calibintlist.

Usage

## S3 method for class 'calibintlist':
applycalib(object,mvl,...)

Arguments

... further params
mvl massvectorlist
object calibintlist

Details

Internal calibration aligns masses of peaks to known masses and determines by linear regression a affine function that describing the relative error. The internal correction fails when no calibration peaks can be found.

Value

massvectorlist calibrated massvectorlist.

Author(s)

Witold Wolski wolski@molgen.mpg.de

References

-
Wolski http://www.molgen.mpg.de/~wolski/mscalib

See Also

applyintcalib.massvectorlist, getintcalib.massvectorlist, correctinternal.massvectorlist, calibintstat, caliblist,

Examples

 data(mvl)
 data(cal)
 res<-getintcalib(mvl,cal,error=300)
 mvl2<-applycalib(res,mvl)

[Package Contents]