massShift_filter: massShift_filter removes peaks that correspond to specific...

Description Usage Arguments

View source: R/filter_frames.R

Description

massShift_filter removes peaks that correspond to specific mass shifts.

Usage

1
2
3
massShift_filter(d, mzColName = "MZ", timeColName = "Time",
  shiftList1 = to.elim.1, shiftList2 = to.elim.2,
  rt_window_width = 0.05)

Arguments

mzColName

This is the name of the MZ column in the sieve data to be filtered.

timeColName

This is the retention time column name in the sieve data to be filtered.

shiftList1

Primary list of mass shifts. These should correspond to things like adducts and fragments that additionally have other shifts (like isotopes), provided in shiftList2, calculated.

shiftList2

Secondary list of mass shifts. This should correspond to things like isotopes, that need to be calculated for each peak in the dataset, and also for each added fragment peak considered from shiftList1.

rt_window_width

Peaks are only considered as fragments/isotopes if they're within a particular chromatographic retention time window of the parent peak. How wide is that window? Default: 0.05

mass_acc

The mass accuracy of the instrument, when we're within the rt window, looking for the mass of a fragment peak, we consider everything within a +/- mass_acc window from the target value.


interzoneboy/MS-prep documentation built on June 13, 2020, 7:03 a.m.