View source: R/make_mass_modified_ion.R
make_mass_modified_ion | R Documentation |
The modified ion allows for additional ion groups (an a-c or x-z ion with a mass shift) to be tested.
make_mass_modified_ion(Ion, Symbol, AMU_Change)
Ion |
A vector of ions to modify. Must be a, b, c, x, y, z. Required. |
Symbol |
An additional symbol to distinguish this ion from the original a-c or x-z. Acceptable inputs are +, ++, -, –, ^, or ^^. Must be the same length as the Ion vector. Required. |
AMU_Change |
A vector of the AMU mass changes to apply. Must be the same length as the Ion vector. Required. |
Depending on the analysis, users may want to investigate ion groups (a-c or x-z) with an additional proton, water loss, etc. This allows for that functionality, as well as a user-defined symbol for that change.
## Not run:
make_mass_modified_ion(Ion = c("b", "z"),
Symbol = c("+", "+"),
AMU_Change = c(1.00727647, 1.00727647))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.