Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - maialba

1
XCMS / Optimize peak-picking
Hi,

I´m looking for advice to optime perfomance of peak-picking for my MS data.

I am having some trouble to get all peaks of a chromatogram. I have tried to optimize the parameters to get most of them but i still loss one of the most intense peaks. In contrast, if I change the parameters to get that peak, I loss some of the less intense. I show the commands I am using above and i leave a link to get a file with the chromatograms and the peaks I am finding at the moment and the mzXML file. If it is possible i'd like to get all of the peaks.

https://github.com/maialba3/peak-picking-doubts

########################
library(xcms)
 
file <- "acq1.mzXML"
 
xs <- xcmsSet(file, method="centWave", ppm=10, peakwidth=c(3,25),
         snthresh=2, mzCenterFun="wMean", integrate=2, fitgauss=F,
         scanrange=NULL, noise=0, sleep=0, verbose.columns=F)
 
########################

Thank you,
Maribel