default_correct_offset_function: correct offsets

View source: R/offsets.R

default_correct_offset_functionR Documentation

correct offsets

Description

Given a MasterPeakList object and the MultiScansPeakList that generated it, correct the m/z values using offset predictions

Usage

default_correct_offset_function(
  master_peak_list,
  multi_scan_peaklist,
  min_scan = 0.1
)

Arguments

master_peak_list

the MasterPeakList object of correspondent peaks

multi_scan_peaklist

the MultiScansPeakList to be corrected

min_scan

what is the minimum number of scans a peak should be in to be used for correction.

Value

list


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