public class DefaultSpectrumLibrary<S extends PeakList> extends AbstractIntervalSpectrumLibrary<S>
maps| Constructor and Description |
|---|
DefaultSpectrumLibrary(Tolerance tolerance,
Collection<S> spectra) |
| Modifier and Type | Method and Description |
|---|---|
protected Peak |
newFromPeak(double mz,
int charge) |
protected Peak |
newToPeak(double mz,
int charge) |
forEachpublic DefaultSpectrumLibrary(Tolerance tolerance, Collection<S> spectra)
protected Peak newFromPeak(double mz, int charge)
newFromPeak in class AbstractIntervalSpectrumLibrary<S extends PeakList>protected Peak newToPeak(double mz, int charge)
newToPeak in class AbstractIntervalSpectrumLibrary<S extends PeakList>Copyright © 2016. All Rights Reserved.