View source: R/extract_chromatograms2.R
extract_chromatograms2 | R Documentation |
extract_chromatograms()
, but more robust to peak shape, saturation, etc.Extract Chromatograms 2
Same interface as extract_chromatograms()
, but more robust to peak shape, saturation, etc.
extract_chromatograms2( chromdata, x = "mz", thres_hard = 0, thres_snr = 100, cores = 1 )
chromdata |
Full-spectrum chromatographic data |
x |
Name of x-axis variable ( |
thres_hard |
Hard intensity threshold for the XIC |
peaks |
Tibble with columns |
A tibble of XICs or single-wavelength chromatograms for the full peaks
centered on scan
(ready for integration!) Peak ID columns like roi are preserved.
xics_matched <- peaks_matched %>% extract_chromatograms(chromdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.