View source: R/calc_neutral_mass.R
| calc_neutral_mass | R Documentation |
Calculates neutral molecular masses for singly charged ions with full numerical precision. No user options are modified.
The conversion used is:
negative mode: m = mz + 1.0072763
positive mode: m = mz - 1.0072763
neutral: m = mz
calc_neutral_mass(mz, pol = c("neg", "pos", "neutral"), ...)
mz |
Numeric vector of m/z values (> 0). |
pol |
Character: |
... |
Additional arguments passed to methods. |
Numeric vector of neutral masses.
Other calculations:
calc_data_summary(),
calc_dbe(),
calc_eval_params(),
calc_exact_mass(),
calc_ideg(),
calc_ma(),
calc_nm(),
calc_norm_int(),
calc_number_assignment(),
calc_number_occurrence(),
calc_recalibrate_ms()
calc_neutral_mass(199.32, pol = "neg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.