View source: R/extract_merge.R
mergeSpecList | R Documentation |
mergeSpecList()
is an accessory function used only inside
mergeMS2spectra
.
mergeSpecList(speclist, tolerance = 1e-05)
speclist |
A |
tolerance |
The m/z tolerance to be used for merging. |
A list
of the same length as speclist
containing
merged spectra as MS2spectrum
objects. If multiple spectra
contribute to one consensus spectrum, than this consensus spectrum is
contained in the list multiple times at the respective positions of the
contributing spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.