applyextcalib.massvectorlist {mscalib} | R Documentation |
Corrects the massvectorlist for the measurment error stored calibspline object.
## S3 method for class 'massvectorlist': applyextcalib(object,cS,...)
... |
further parameters |
cS |
object of class calibspline |
object |
massvectorlist |
In case of external calibration some sample spots are only dedicated to calibration. Calibration samples which produces equidistant peaks, which exact masses are known, can be used to precisely estimate the mass dependent error function.
massvectorlist |
calibrated massvectorlist |
Witold Wolski wolski@molgen.mpg.de
applyextcalib.massvector
,
applyextcalib.massvectorlist
,
getextcalib.massvector
,
getextcalib.massvectorlist
,
data(ppg) data(mvl) res <- getextcalib(ppg,getPPGmasses(),error=150) mvl2 <- applyextcalib(mvl,res)