public interface PeptidePeakGenerator<A extends PeakAnnotation>
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedPeak<A>> |
generatePeaks(Peptide precursor,
PeptideFragment fragment,
int[] charges,
List<AnnotatedPeak<A>> peaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
Set<FragmentType> |
getFragmentTypes() |
List<AnnotatedPeak<A>> generatePeaks(Peptide precursor, PeptideFragment fragment, int[] charges, List<AnnotatedPeak<A>> peaks)
precursor - the peptide that this fragment was derived fromfragment - the fragmentcharges - the charges for which to generate peakspeaks - the list of peaksSet<FragmentType> getFragmentTypes()
Copyright © 2016. All Rights Reserved.