I've just started IPO recently to analyze non targeted LC/qTOF/MS data (mzXML files).
Unfortunately, I got issue at the first step.
The script is as below:
Error in xcms::xcmsSet(files = files, method = "centWave", peakwidth = c(xcmsSetParameters$min_peakwidth[task], :
Chromatographic peak detection failed for all files! The first error was: Error in object@backend$getAllScanHeaderInfo(): upper value must be greater than lower value
Timing stopped at: 0.01 0.01 8.7
And then I skipped the IPO part and just try XCMS right away.
But I got same error again. I really couldn't find the solution yet.
It is working with faahKO tutorials and I updated all packages and R but still didn't work.
I would appreciate if you help me. Thanks in advance for your time.
As the same error occurs on using xcmsSet, this seems to be an issue with the xcms-package. Please report it there and link back to this issue for keeping track.
Hi,
I've just started IPO recently to analyze non targeted LC/qTOF/MS data (mzXML files). Unfortunately, I got issue at the first step. The script is as below:
And I got the error like:
And then I skipped the IPO part and just try XCMS right away.
But I got same error again. I really couldn't find the solution yet. It is working with faahKO tutorials and I updated all packages and R but still didn't work. I would appreciate if you help me. Thanks in advance for your time.