Pascal
Pascal
Hi, I've been following the tutorial on BioConductor: [link](https://bioconductor.org/packages/release/bioc/vignettes/xcms/inst/doc/xcms.html), but after peak picking, I've noticed that `findChromPeaks` returns duplicate peaks: ```r library(xcms) ## Get the full path to the CDF...
Hi, I've noticed that `do_findChromPeaks_centWave` returns an incorrect `maxo` value and likely incorrect `into` and `intb` values. According to the documentation, `maxo` represents the maximum value of the peak, but...
This is the C++ implementation of the descendPeaks function of MSnbase. It takes a slightly different approach to the original by first subsetting the maximum region to consider. Next for...
Hi, I got a warning in cbind when I adapted the example code to have a centroid on position 1. See the code below ints
Hi, this issue may be related to issue #102 but since the results are different, I thought a separate issue might be more appropriate. If I adapt the example code...