| Package | Description |
|---|---|
| org.expasy.mzjava.glycomics.ms.fragment | |
| org.expasy.mzjava.glycomics.ms.spectrum |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedPeak<GlycanFragAnnotation>> |
GlycanFragmentPeakGenerator.generatePeaks(Glycan precursor,
GlycanFragment fragment,
int[] charges,
List<AnnotatedPeak<GlycanFragAnnotation>> annotatedPeaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedPeak<A>> |
GlycanPeakGenerator.generatePeaks(Glycan precursor,
GlycanFragment fragment,
int[] charges,
List<AnnotatedPeak<GlycanFragAnnotation>> annotatedPeaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
List<AnnotatedPeak<GlycanFragAnnotation>> |
GlycanFragmentPeakGenerator.generatePeaks(Glycan precursor,
GlycanFragment fragment,
int[] charges,
List<AnnotatedPeak<GlycanFragAnnotation>> annotatedPeaks)
Generate peaks that are observed for the fragment at the supplied charge states.
|
| Constructor and Description |
|---|
GlycanFragmenter(List<GlycanPeakGenerator<GlycanFragAnnotation>> peakGeneratorList,
PeakList.Precision precision,
int maxGlycosidicCuts,
int maxCrossringCuts)
Constructs a glycan fragmenter that generates peaks using the supplied peak generators.
|
| Modifier and Type | Method and Description |
|---|---|
GlycanFragAnnotation |
GlycanFragAnnotation.FragBuilder.build()
Build the CrossRingFragAnnotation annotation.
|
GlycanFragAnnotation |
GlycanFragAnnotation.copy() |
| Modifier and Type | Method and Description |
|---|---|
GlycanSpectrum |
GlycanSpectrum.copy(PeakProcessor<GlycanFragAnnotation,GlycanFragAnnotation> peakProcessor) |
GlycanSpectrum |
GlycanSpectrum.copy(PeakProcessor<GlycanFragAnnotation,GlycanFragAnnotation> peakProcessor) |
GlycanSpectrum |
GlycanSpectrum.copy(PeakProcessorChain<GlycanFragAnnotation> peakProcessorChain) |
| Constructor and Description |
|---|
GlycanFragAnnotation.FragBuilder(GlycanFragAnnotation src)
Copy constructor
|
GlycanFragAnnotation(GlycanFragAnnotation src)
Copy constructor
|
| Constructor and Description |
|---|
GlycanSpectrum(GlycanSpectrum src,
PeakProcessor<GlycanFragAnnotation,GlycanFragAnnotation> peakProcessor)
Copy constructor
|
GlycanSpectrum(GlycanSpectrum src,
PeakProcessor<GlycanFragAnnotation,GlycanFragAnnotation> peakProcessor)
Copy constructor
|
GlycanSpectrum(GlycanSpectrum src,
PeakProcessorChain<GlycanFragAnnotation> peakProcessorChain)
Copy constructor
|
GlycanSpectrum(Spectrum<GlycanFragAnnotation> src,
Glycan glycan,
int charge)
Constructor for GlycanSpectrum.
|
Copyright © 2016. All Rights Reserved.