mz_iso_resolve: Identify isotopes unresolved from targets

Description Usage Arguments Value Examples

View source: R/mz_iso_resolve.R

Description

mz_iso_resolve will return the molecular isotopes of interest (e.g., M0 or label-containing) and those isotopes that cannot be resolved from these targets by the mass spectrometer.

Usage

1
mz_iso_resolve(molecule, tracer = "C", polarity = "negative", ...)

Arguments

molecule

A string containing a molecular formula (e.g., "C2H7NO3S"). Structural formulas containing parentheses are not acceptable. Charges may be included, but the charge count should follow the sign (e.g., "C10H16N5O13P3-3").

tracer

A vector of elements labeled by the tracer.

polarity

Type of m/z to return. Accepts one of "neutral", which returns the monoisotopic mass; "positive", which returns the [M+H]+ mass; or "negative", which returns the [M-H]- mass.

...

Passes the arguments nominal_resolution (default 70,000) and nominal_mz (default 200) used to determine the delta m/z below which peaks are considered unresolved.

Value

A list containing a tibble of unresolved isotopes and the output of mz_iso_target.

Examples

1
2
mz_iso_resolve("C5H8O5")
mz_iso_resolve("C5H8O5", tracer = c("C", "H"))

wmoldham/mzrtools.dev documentation built on Oct. 24, 2020, 5:33 p.m.