Closed pablovgd closed 4 months ago
Ok so of course I don't find the issue after 3 hours, but after 6 minutes of opening an issue I do:
The rownames of the sampleData() of my XcmsExperiment object were the FULL paths to the mzml files, while the to colnames in the featurevalues were only the "filexxxx.mzml" part.
My bad!
Thanks for reporting back, indeed writing the issue sometimes resets the mind and things were hidden in plain sight :-) Yours, Steffen
Hi,
I'm having trouble to use
quantify()
to convert my XcmsExperiment object into a SummarizedExperiment. Following error occurs when runningres <- quantify(result, method = "sum")
:Never had this issue before, didn't do anything extraordinary: peak picking, alignment, grouping, etc.
You can download the XcmsExperiment object here: https://filesender.belnet.be/?s=download&token=14fe2865-b9b7-4ca0-a4dd-8c38a548b7e6
Thanks again for helping out.