Metabolomics Society Forum

Software => R => XCMS => Topic started by: AmSidebottomIU on December 07, 2011, 11:05:09 AM

Title: Generating centWave Images(from Ralf's Bioinformatics paper)
Post by: AmSidebottomIU on December 07, 2011, 11:05:09 AM
Hello

I am interested in generating the images from Ralf's Bioinformatics paper in 2008 (Highly sensitive feature detection for high resolution LC/MS).  Specifically pages 5,9 and 10 of the m/z domain and the corresponding chromatogram with applied wavelet. If anyone has done this before, I would greatly appreciate a point in the right direction.

Can I extract this data from R as the algorithms are being applied, or will I need a separate software for this generation?

Thank you again-
Ashley Sidebottom
Title: Re: Generating centWave Images(from Ralf's Bioinformatics pa
Post by: Ralf on December 12, 2011, 01:57:20 PM
Have you tried using the "sleep" option for centWave which will generate similar visualizations ?

By using something like 
Code: [Select]
pdf(file="myplots.pdf")
xcmsSet(method="centWave", sleep=0.0001,...)
dev.off()
you can save the plots to a pdf file.

To enable the Gaussian fits, turn on "fitgauss=TRUE".
Title: Re: Generating centWave Images(from Ralf's Bioinformatics pa
Post by: LauraShireman on October 31, 2013, 03:04:48 PM
Is there some way to limit what m/z range you get when you do this? I would like to see the Gaussian fit for a particular compound where I know, based on the peakTable, the m/z and RT; how do I do that?