View source: R/extract_chromatograms.R
extract_chromatograms | R Documentation |
Extract Chromatograms
extract_chromatograms(peaks, chromdata, x = "mz", threshold = 0, cores = 1)
peaks |
Tibble with columns |
chromdata |
Full-spectrum chromatographic data |
x |
Name of x-axis variable ( |
threshold |
Hard intensity threshold for the XIC |
scans_gap |
Number of consecutive missing scans allowed in a peak |
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.