| Package | Description |
|---|---|
| org.expasy.mzjava.glycomics.mol | |
| org.expasy.mzjava.glycomics.ms.fragment | |
| org.expasy.mzjava.glycomics.ms.spectrum |
| Modifier and Type | Method and Description |
|---|---|
GlycanFragment |
GlycanFragment.Builder.build()
Build the Glycosidic Fragments Fragment.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlycanFragment> |
Glycan.getFragment(CutDescriptor cutDescriptor) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GlycanSpectrum |
GlycanFragmenter.fragment(Glycan glycan,
int precursorCharge,
List<GlycanFragment> fragmentList,
int[] fragmentCharges)
Generate a GlycanSpectrum from the fragment in input.
|
| Modifier and Type | Method and Description |
|---|---|
GlycanFragment |
GlycanFragAnnotation.getFragment()
Return the glycan fragment associated with this annotation
|
| Constructor and Description |
|---|
GlycanFragAnnotation.FragBuilder(int charge,
GlycanFragment fragment)
Construct a new FragBuilder
|
GlycanFragAnnotation(int charge,
GlycanFragment fragment)
Construct a GlycanFragAnnotation
|
GlycanFragAnnotation(int charge,
GlycanFragment fragment,
Composition isotopeComposition,
Mass neutralLoss) |
Copyright © 2016. All Rights Reserved.