peak_info2: peak info2

View source: R/finding_peaks.R

peak_info2R Documentation

peak info2

Description

given a peak found, try to fit a parabolic model and return the center, intensity, and area using basic and model based if possible.

Usage

peak_info2(possible_peak, min_points = 5, min_area = 0.1)

Arguments

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

Value

numeric


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.