View source: R/finding_peaks.R
peak_info2 | R Documentation |
given a peak found, try to fit a parabolic model and return the center, intensity, and area using basic and model based if possible.
peak_info2(possible_peak, min_points = 5, min_area = 0.1)
possible_peak |
data.frame of mz, intensity and log intensity (log_int) |
min_points |
the minimum number of points in a peak |
min_area |
the minimum area for a peak |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.