View source: R/MS2_Utilities.R
This function allows to search for a specific mass difference between two fragments
1 2 | contains_fragment_diff(ms2spectrum, fragmentMassDifference,
mzTol = 0.005, mzTolType = "abs")
|
ms2spectrum |
A Spectrum2 in which the production ion shall be searched |
fragmentMassDifference |
Mass of neutral loss that shal be searched |
mzTol |
Maximum allowed tolerance in Da or ppm |
mzTolType |
Defines the error type for m/z search, "abs" is used for absolute mass error, "ppm" for relative error |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.