-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Dear who it may concern:
I am trying to follow the AutoTuner.Rmd script and the data from mtbls2 package to learn how to use this good tool.
However, in the step
eicParamEsts <- EICparams(Autotuner = Autotuner,
massThresh = .005,
verbose = FALSE,
returnPpmPlots = FALSE,
useGap = TRUE)
I got an error:
Error in findPeakWidth(approvScorePeaks = approvScorePeaks, mzDb = mzDb, :
maxPw length is zero. Check how scans are being matched.
Currently on sample 1
--- Currently on peak: 1
Warning: NAs introduced by coercionWarning: NAs introduced by coercion--- Currently on peak: 2
Warning: NAs introduced by coercionWarning: NAs introduced by coercion--- Currently on peak: 3
Warning: NAs introduced by coercionWarning: NAs introduced by coercionError in findPeakWidth(approvScorePeaks = approvScorePeaks, mzDb = mzDb, :
maxPw length is zero. Check how scans are being matched.
What cause this error? how can I fix it?
Thank you for your help.