problematicPeaks: Identify intense peaks (in a list of unmatched peaks)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/leMsMs.r

Description

Finds a list of peaks in spectra with a high relative intensity (>10 1e4, or >1 checked. Peaks orbiting around the parent peak mass (calculated from the compound ID), which are very likely co-isolated substances, are ignored.

Usage

1
problematicPeaks(peaks_unmatched, peaks_matched, mode = "pH")

Arguments

peaks_unmatched

Table of unmatched peaks, with at least cpdID, scan, mzFound, int.

peaks_matched

Table of matched peaks (used for base peak reference), with at least cpdID, scan, int.

mode

Processing mode ("pH", "pNa" etc.)

Value

A filtered table with the potentially problematic peaks, including the precursor mass and MSMS base peak intensity (aMax) for reference.

Author(s)

Michael Stravs

See Also

msmsWorkflow

Examples

1
2
3
4
5
6
7
## Not run: 
# As used in the workflow: 
fp <- problematicPeaks(specs[!specs$filterOK & !specs$noise & 
						((specs$dppm == specs$dppmBest) | (is.na(specs$dppmBest)))
				,,drop=FALSE], peaksMatched(w), mode)

## End(Not run)

RMassBank documentation built on Nov. 8, 2020, 6:06 p.m.