xcms
xcms copied to clipboard
Export region of interest?
Dear XCMS developer,
A quick question for you: where can I find the function to export the list of regions of interest?
Thanks, Minghao Gong
Hi, there is a findROI() function you can call with similar arguments as findChromPeaks(). The latter will drop all ROIs if they don't survive the wavelet detection. Yours, Steffen
I don't find findROI in the function list. But probably are you referring to findmzROI?
And it looks like a similar issue has been created in #396 and #392
Thanks!
Yes, the function is called findmzROI.