applyintcalib.massvectorlist {mscalib} | R Documentation |
Corrects the massvectors in the list for the error model stored in calibintstat object.
## S3 method for class 'massvectorlist': applyintcalib(object,calc,...)
... |
further params |
calc |
caliblist with objects of class calibintstat |
object |
massvectorlist |
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.massvector
,
getintcalib.massvectorlist
,
correctinternal.massvectorlist
,
calibintstat
,
caliblist
,
data(mvl) mvl<-mvl[1:100] data(cal) res <- getintcalib(mvl,cal,error=300,ppm=FALSE) mvl2<-applyintcalib(mvl,res)