applycalib.calibintlist {mscalib} | R Documentation |
Corrects the massvectors in the massvectorlist mvl
using the error model of the calibintstat
objects stored in the calibintlist
.
## S3 method for class 'calibintlist': applycalib(object,mvl,...)
... |
further params |
mvl |
massvectorlist |
object |
calibintlist |
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.
massvectorlist |
calibrated massvectorlist. |
Witold Wolski wolski@molgen.mpg.de
applyintcalib.massvectorlist
,
getintcalib.massvectorlist
,
correctinternal.massvectorlist
,
calibintstat
,
caliblist
,
data(mvl) data(cal) res<-getintcalib(mvl,cal,error=300) mvl2<-applycalib(res,mvl)