Description Usage Arguments Value Examples
View source: R/MS1_IsotopePattern.R View source: R/MS1_isotopePattern.R
This function predicts the isotope pattern for a given ion formula and adduct definition.
| 1 2 | predictIsoPattern(ionFormula, charge, plotit = FALSE, treshold = 0.01,
  resolution = 50000)
 | 
| ionFormula | The formula of the ion for which the isotopic pattern shall be calculated, e.g. C6H12O6Na for the M+Na adduct of glucose | 
| charge | Charge of the ion. | 
| plotit | Boolean value if the isotope pattern shall be plotted | 
| treshold | Intensity treshold for lowest isotope | 
| resolution | resolution of the MS | 
Returns a MSnbase Spectrum 1 object containing the calculated isotope pattern
| 1 | predictIsoPattern("C6H12O6Na", charge = 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.