get_fitted_peak_info: fitted peak information

View source: R/finding_peaks.R

get_fitted_peak_infoR Documentation

fitted peak information

Description

given the peak, returns the location and intensity

Usage

get_fitted_peak_info(
  possible_peak,
  use_loc = "mz",
  w = NULL,
  addend = 1e-08,
  calculate_peak_area = FALSE
)

Arguments

possible_peak

data.frame of mz, intensity and log intensity

use_loc

which field to use for locations, default is "mz"

w

the weights to use for the points

addend

how much was added to the peak intensity

calculate_area

should the area of the peak be calculated too?

Value

list


MoseleyBioinformaticsLab/ScanCentricPeakCharacterization documentation built on March 29, 2024, 11:32 p.m.