Description Usage Arguments Value Examples
View source: R/multiple_get_neutral_monoisotopic.R
This function applies the get_neutral_monoisotopic() function to a group of molecular formulas, rather than a single molecular formula.
1 | multiple_get_neutral_monoisotopic(formulas)
|
formulas |
a vector of character strings containing molecular formulas |
a tibble containing the molecular formulas and their monoisotopic masses
1 2 3 4 | formulas <- c("C8HF15O2", ## 413.9735 u (PFOA)
"C9H7F9O2", ## 413.9735 u
"C13H7F17O2") ## 413.9735 u
multiple_get_neutral_monoisotopic(formulas)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.