| Package | Description |
|---|---|
| org.expasy.mzjava.glycomics.io.mol.glycoct | |
| org.expasy.mzjava.glycomics.mol | |
| org.expasy.mzjava.glycomics.ms.fragment | |
| org.expasy.mzjava.glycomics.ms.spectrum |
| Modifier and Type | Method and Description |
|---|---|
protected Glycan |
GlycoCTReader.glycoctListsToSugar(String databaseIdentifier,
List<String> residuesList,
List<String> linkagesList) |
Glycan |
GlycoCTReader.read(String glycoct,
String databaseIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
Glycan |
Glycan.Builder.build()
Build the Glycan.
|
| Modifier and Type | Method and Description |
|---|---|
List<CutDescriptor> |
CutDescriptorGenerator.generateCutDescriptor(Glycan glycan,
int glycosidicCut,
int crossringCut) |
List<CutDescriptor> |
CutDescriptorGenerator.generateCutDescriptor(Glycan glycan,
int glycosidicCut,
int crossringCut,
CrossRingCutType crossRingCutType) |
| Modifier and Type | Method and Description |
|---|---|
GlycanSpectrum |
GlycanFragmenter.fragment(Glycan glycan,
int precursorCharge)
Generate a GlycanSpectrum from the fragment in input.
|
GlycanSpectrum |
GlycanFragmenter.fragment(Glycan glycan,
int precursorCharge,
CrossRingCutType crossRingCutType)
Generate a GlycanSpectrum from the fragment in input.
|
GlycanSpectrum |
GlycanFragmenter.fragment(Glycan glycan,
int precursorCharge,
int[] fragmentCharges,
CrossRingCutType crossRingCutType)
Generate a GlycanSpectrum from the fragment in input.
|
GlycanSpectrum |
GlycanFragmenter.fragment(Glycan glycan,
int precursorCharge,
List<GlycanFragment> fragmentList,
int[] fragmentCharges)
Generate a GlycanSpectrum from the fragment in input.
|
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 |
|---|---|
Glycan |
GlycanSpectrum.getGlycan()
Returns the glycan used for creating the spectrum.
|
| Constructor and Description |
|---|
GlycanSpectrum(Glycan glycan,
int charge)
Constructor for GlycanSpectrum.
|
GlycanSpectrum(Glycan glycan,
int charge,
int initialCapacity,
double constantIntensity,
PeakList.Precision precision)
Constructor for GlycanSpectrum.
|
GlycanSpectrum(Glycan glycan,
int charge,
int initialCapacity,
PeakList.Precision precision)
Constructor for GlycanSpectrum.
|
GlycanSpectrum(Glycan glycan,
int charge,
PeakList.Precision precision)
Constructor for GlycanSpectrum.
|
GlycanSpectrum(Spectrum<GlycanFragAnnotation> src,
Glycan glycan,
int charge)
Constructor for GlycanSpectrum.
|
Copyright © 2016. All Rights Reserved.