Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/IsotopicDistribution.R
Simulate the isotopic distribution of an organic molecule using the natural abundances of the isotopes.
1 | IsotopicDistribution(formula = list(), charge = 1)
|
formula |
a list describing the charged elemental formula. The allowed elements are C, H, N, O, S, P, Br, Cl, F, Si. |
charge |
an integer specifying the number of positive or negative charges. A charge of zero is not allowed. |
The elemental formula should be that of the charged molecule; i.e, the
charge
argument does not change the elemental formula.
The algorithm used in this function is based on sample
,
and will give a slightly different result each time it is run.
This function is intended for simulating the isotopic distributions of small molecules (< approximately 3000 amu and <= 3 charges) as measured on low resolution mass spectrometers.
A data frame with the following column names.
mz |
the m/z value |
intensity |
the number of counts at each m/z value. The total is 10000. |
percent |
the intensity at each m/z value, expressed as a percent of the maximum intensity. |
Nathan G. Dodder
The relative atomic masses of the isotopes are from the NIST Physical Reference Data Website http://physics.nist.gov/PhysRefData/Compositions/.
IsotopicDistributionN
, IsotopicDistributionHDX
, sample
1 2 3 4 5 6 7 |
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.