View source: R/finding_peaks.R
test_peak_rsq | R Documentation |
given an mz data.frame, test all possible sets of points for their fit to a parabolic function.
test_peak_rsq(mz_peak, min_points = 5)
mz_peak |
the mz and intensity values defining the peak |
min_points |
the minimum number of points to include in the peak |
returns a matrix of vectors, where the vector is:
start of points
end of points
number of points
r-square fit for the set of points
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.