isotopeDistribution: Isotopic distribution calculator

View source: R/isotope_distributions.R

isotopeDistributionR Documentation

Isotopic distribution calculator

Description

Isotopic distribution calculator

Usage

isotopeDistribution(MF, charge, limit = 9e-05, element_table = elements())

Arguments

MF

a molecular formula

charge

total charge

limit

the minimum relative abundance threshold

element_table

a table containing the elemental information. Defaults to elements().

Value

A tibble containing the isotope distribution for the molecular formula.

Examples

isotopeDistribution(
  'C4H5O5',
  charge = -1)

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