applycalib.calibintstat {mscalib} | R Documentation |
Corrects the massvector for the error model stored in calibintstat object.
## S3 method for class 'calibintstat': applycalib(object,mv,...)
... |
further parameters |
mv |
massvector |
object |
calibintstat |
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.
massvector |
calibrated massvector. |
Witold Wolski wolski@molgen.mpg.de
applyintcalib.massvector
,
getintcalib.massvector
,
correctinternal.massvector
,
data(mv1) data(cal) res<-getintcalib(mv1,cal,error=300) mv2<- applycalib(res,mv1) plot(mv1[,1],mv2[,1]-mv1[,1])