View source: R/Functions_deprecated.R
mergeMSold | R Documentation |
Merge MS spectra by combining peaks that are within a ppm distance
mergeMSold(speclist, ppm = 5, mergeOnly = F)
speclist |
data.frame or matrix containing mz and intensity values of a spectrum (mz in column 1) |
ppm |
accuracy |
mergeOnly |
if TRUE, only the merged spectrum is returned |
NOTE: If multiple peaks inside a spectrum match another spectrum, only the one with higher(?) mz will be retained
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.