Description Usage Arguments Details Author(s) Examples
For each EIC in the EIC matrix, retention_time
localizes
chromatographic peaks using peakdetection
.
1 2 | retention_time(xy, xs, eicmatrix, RTscales, RTSNR.Th,
RTSNR.area, mintr)
|
xy |
table including mz location parameters |
xs |
xcmsSet object |
eicmatrix |
Matrix containing extracted ion chromatograms (EICs) |
RTscales |
Peak Detection of Chromatographic peaks on the
combined extracted ion chromatogram: scales for continuous wavelet
transformation (CWT), see also the |
RTSNR.Th |
Peak Detection of Chromatographic peaks on the combined extracted ion chromatogram: Signal to noise ratio threshold |
RTSNR.area |
Peak Detection of Chromatographic peaks on the
combined extracted ion chromatogram: Area around the peak for noise
determination. Indicates number of surrounding peaks on the first
CWT scale. |
mintr |
Minimal peak width intensity treshold (in
percentage), for which two overlapping peaks are considered as
separated ( |
Based on the combined extracted ion chromatograms, there is another peak detection step to be performed. The same algorithm as described for the peak picking of mass signals (continuous wavelet transformation) is also used for peak picking in the retention time domain.
David Fischer 2013
1 2 3 4 | ## Not run:
# see package vignette
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.