| mergeSpecList {CluMSID} | 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.