public class IntervalSpectrumLibrary<S extends PeakList> extends AbstractIntervalSpectrumLibrary<S>
maps| Constructor and Description |
|---|
IntervalSpectrumLibrary(double lowerBound,
double upperBound,
Collection<S> spectra) |
| Modifier and Type | Method and Description |
|---|---|
protected Peak |
newFromPeak(double mz,
int charge) |
protected Peak |
newToPeak(double mz,
int charge) |
forEachpublic IntervalSpectrumLibrary(double lowerBound,
double upperBound,
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.