correctinternal-methods {mscalib} | R Documentation |
Exectues the functions getintcalib-methods and
\code{applycalib}
object |
see above |
calib |
see above |
error |
size of window for search of matching calibration peaks |
ppm |
If the error above is provided in relative (parts per million) or absolute arbitrary (e.g. Da) units |
uniq |
if ambigous 'crossing' matches should be resolved, default
FALSE |
weight |
default - FALSE. Do not use weighted linear regression |
interfix |
If TRUE fix the slope if
ppm=FALSE , fix intercept otherwise. |
Massvector-class
Massvectorlist-class
getintcalib-methods
, Calibstat-class
,Calibintstat-class
,Caliblist-class
, Calibintlist-class
library(msbase) data(pldata) data(cal2) pldata <- correctinternal(pldata,cal2,error=400,ppm=TRUE)