Skip to main content
Topic: fillPeaks error: subscript out of bounds (Read 3325 times) previous topic - next topic

fillPeaks error: subscript out of bounds

Hi everyone,

Has anyone encountered the following error?

Error in buf[bufidx[imz[1]:imz[2]], iret[1]:iret[2],drop=FALSE]: subscript out of bounds
In addition: warning message:
In FUN(X[[1L]],...):
(corrected) retention time vector length mismatch for file

The previous steps seemed to work well (xset<-xcmsSet(mslevel=2);xset1<-group(xset);xset2<-retcor(xset1);xset3<-group(xset2);xset4<-fillPeaks(xset3))

Thanks.