Description Usage Arguments Value Author(s) See Also Examples
View source: R/ChemicalCuration.R
A small wrapper function to calculate selected MS-relevant exact masses for fixed adducts from a molecular formula using enviPat.
1 | getAdductMassesFromFormula(MolForm)
|
MolForm |
Molecular formula used to calculate the adduct masses. |
Returns the monoisotopic mass, [M+H]+, [M+NH4]+, [M+Na]+, [M-H]- and [M+FA-H]- masses in a named list. If no H is present for [M-H]-, NA is returned.
Emma Schymanski <emma.schymanski@uni.lu>
getSuspectFormulaMass
, enviPat
,
getSuspectMasses
.
1 2 3 4 | getAdductMassesFromFormula("C12H12")
getAdductMassesFromFormula("C8H3D3Cl2O3")
getAdductMassesFromFormula("C9H6D3ClO3")
getAdductMassesFromFormula("C6H6")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.