Learn R Programming

MetaDBparse (version 2.0.0)

doIsotopes: Generate isotopes for given formula

Description

Takes in formula and returns isotope pattern m/z values.

Usage

doIsotopes(formula, charge, count.isos = F)

Arguments

formula

Molecular formula

charge

Final charge

count.isos

Add columns for amounts of 2H, 13C, 15N atoms? Useful for heavy isotope experiments.

Value

Table with isotopes of this molecular formula

See Also

isopattern

Examples

Run this code
# NOT RUN {
 doIsotopes(formula="C6H12O6", charge=0)
# }

Run the code above in your browser using DataLab