public interface GlycanPeakGenerator<A extends PeakAnnotation>
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedPeak<A>> |
generatePeaks(Glycan precursor,
GlycanFragment fragment,
int[] charges,
List<AnnotatedPeak<GlycanFragAnnotation>> annotatedPeaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
Set<FragmentType> |
getFragmentTypes()
Return the set of fragment type used in the peak generator.
|
List<AnnotatedPeak<A>> generatePeaks(Glycan precursor, GlycanFragment fragment, int[] charges, List<AnnotatedPeak<GlycanFragAnnotation>> annotatedPeaks)
precursor - the glycan that this fragment was derived from.fragment - the fragment of the glycan.charges - the charges for which to generate peaks.Set<FragmentType> getFragmentTypes()
Copyright © 2016. All Rights Reserved.