View source: R/helper_functions.R
merge.spectra.group | R Documentation |
This function accepts a list of MS2s and cluster the corresponding ions based on user defined boundaries.
## S3 method for class 'spectra.group' merge(spectra, eppm, eabs, int.threshold)
spectra |
A list of MS2s |
eppm |
ppm differences betweem MS2 ions |
eabs |
Absolute mass deviation between MS2 ions |
int.threshold |
The peaks not reaching this intensity will be removed |
A list of merged MS2s similar format as input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.