mass.match: An internal function: finding matches between two vectors of...

Description Usage Arguments Value Author(s)

View source: R/mass.match.R

Description

Given two vectors of m/z values and the tolerance ppm level, find the potential matches between the two vectors.

Usage

1
mass.match(x, known.mz, match.tol.ppm = 5)

Arguments

x

m/z values from the data.

known.mz

m/z values from the known feature table.

match.tol.ppm

tolerance level in ppm.

Value

A vector the same length as x. 1 indicates matched, and 0 indicates unmatched.

Author(s)

Tianwei Yu <tyu8@emory.edu>


yufree/apLCMS documentation built on Jan. 11, 2020, 8:18 p.m.