Description Usage Arguments Value Examples
View source: R/subtract_proton.R
This function subtracts the mass of a proton from a monoisotopic mass (e.g., from a protonated m/z value to obtain its neutral analogue).
1 | subtract_proton(mass)
|
mass |
a numeric containing a monoisotopic mass |
a numeric containing the monoisotopic mass after proton subtraction
1 2 | mz <- 414.9814 ## protonated PFOA with small error
subtract_proton(mz)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.