sneumann / xcms

This is the git repository matching the Bioconductor package xcms: LC/MS and GC/MS Data Analysis
Other
178 stars 81 forks source link

Export region of interest? #571

Open gmhhope opened 3 years ago

gmhhope commented 3 years ago

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

sneumann commented 3 years ago

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

gmhhope commented 3 years ago

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!

jorainer commented 2 years ago

Yes, the function is called findmzROI.