Open Pascallio opened 1 year ago
Hi, yes, that is a known issue of centWave - it happens for some data sets. I did however not figure out where in the code this actually happens. What I usually do here is to run the refineChromPeaks
with the MergeNeighboringPeaksParam
after peak detection. That removes/fuses duplicated peaks. Maybe also have a look into the xcmsTutorials for a description.
Hi,
I've been following the tutorial on BioConductor: link, but after peak picking, I've noticed that
findChromPeaks
returns duplicate peaks:Here's a sample of the output:
Interestingly, while the m/z, rt and into are equal, the
intb
is not. I've tested this on the same version as BioConductor: 3.22, but also on the GitHub 3.99.5 version.Best, Pascal