Description Usage Arguments Value Examples
View source: R/accessory_functions.R
findNL
is used to find spectra that contain a specific neutral loss.
Its sister function is findFragment
, which finds specific
fragment ions. Both functions work analogous to getSpectrum
.
1 | findNL(featlist, mz, tolerance = 1e-05)
|
featlist |
a list that contains only objects of class
|
mz |
The mass-to-charge ratio of the neutral loss of interest. |
tolerance |
The m/z tolerance for the neutral loss search.
Default is |
If the respective neutral loss is only found in one spectrum, the
output is an object of class MS2spectrum
; if it is
found in more than one spectrum, the output is a list of
MS2spectrum
objects.
1 2 3 4 | load(file = system.file("extdata",
"annotatedSpeclist.RData",
package = "CluMSIDdata"))
findNL(annotatedSpeclist, 212.009)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.