ppmError: Calculate ppm error

View source: R/ppm.R

ppmErrorR Documentation

Calculate ppm error

Description

Calculate the parts per million error between a measured m/z and a theoretical m/z.

Usage

ppmError(measured, theoretical)

Arguments

measured

measured mass to charge ratio

theoretical

theoretical mass to charge ratio

Value

The parts per million error.

Examples

ppmError(118.08626,118.08647)

jasenfinch/mzAnnotation documentation built on Feb. 25, 2023, 1:27 a.m.