Skip to main content
Topic: centwave peakpicking figures (Read 5410 times) previous topic - next topic

Re: centwave peakpicking figures

Reply #1
Set the sleep parameter to a value greater zero, e.g. sleep=1.

Re: centwave peakpicking figures

Reply #2
thanks for the information. It works very well.
but could it be possible to perform such figures manually on selected chromatographic peks ?

Re: centwave peakpicking figures

Reply #3
not really. but you can use something like
Code: [Select]
jpeg(file="EIC%d.jpeg")
xcmsSet(..., sleep=0.01)
dev.off()
to have the plots for each feature saved to jpeg files (EIC1.jpeg, EIC2.jpeg, ... etc.).

Re: centwave peakpicking figures

Reply #4
... and with scanrange=c(x,y) you can limit to the region of a particular peak.

Yours,
Steffen
--
IPB Halle                          Mass spectrometry & Bioinformatics
Dr. Steffen Neumann         http://www.IPB-Halle.DE
Weinberg 3 06120 Halle     Tel. +49 (0) 345 5582 - 1470
sneumann(at)IPB-Halle.DE

Re: centwave peakpicking figures

Reply #5
many thanks for your help