Description Usage Arguments Value Examples
View source: R/mz_iso_target.R
mz_iso_target
takes a molecular formula and tracer element(s) to
determine which molecular isotopes should be measured by LC-MS.
1 | mz_iso_target(molecule, tracer = "C", polarity = "negative")
|
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. |
A list containing a tibble of annotated isotope targets and the output
of mz_iso_annotate
.
1 | mz_iso_target("C3H4O3", tracer = c("C", "H"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.