public class PeptideFragmentAnnotator extends AbstractPeakProcessor<PepLibPeakAnnotation,PepLibPeakAnnotation>
sink| Constructor and Description |
|---|
PeptideFragmentAnnotator(Tolerance tolerance,
PeptideSpectrum theoreticalSpectrum) |
| Modifier and Type | Method and Description |
|---|---|
void |
processPeak(double mz,
double intensity,
List<PepLibPeakAnnotation> annotations)
Process the peak
|
end, setSink, startpublic PeptideFragmentAnnotator(Tolerance tolerance, PeptideSpectrum theoreticalSpectrum)
public void processPeak(double mz,
double intensity,
List<PepLibPeakAnnotation> annotations)
PeakSinkmz - the peak's m/zintensity - the peak's intensityannotations - the peak's annotationsCopyright © 2016. All Rights Reserved.