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