Uses of Class
com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators.SimplePeptideAnnotator.IonSeries
Package | Description |
---|---|
com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators |
This package contains implementations of the SimpleAnnotator allowing the annotation of specific sets of ions.
|
com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators |
This package contains implementations of the SpectrumAnnotator allowing the annotation of all ions.
|
-
Uses of SimplePeptideAnnotator.IonSeries in com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators
Constructors in com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators with parameters of type SimplePeptideAnnotator.IonSeries Constructor Description FragmentAnnotator(Peptide peptide, String[] fixedModifications, SimplePeptideAnnotator.IonSeries ionSeries)
Constructor.FragmentAnnotator(Peptide peptide, String[] fixedModifications, SimplePeptideAnnotator.IonSeries ionSeries, boolean forward, boolean complementary)
Constructor.FragmentAnnotatorNL(Peptide peptide, String[] fixedModifications, SimplePeptideAnnotator.IonSeries ionSeries, boolean sequenceDependent)
Constructor.FragmentAnnotatorNL(Peptide peptide, String[] fixedModifications, SimplePeptideAnnotator.IonSeries ionSeries, boolean sequenceDependent, boolean forward, boolean complementary)
Constructor. -
Uses of SimplePeptideAnnotator.IonSeries in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators
Methods in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators that return SimplePeptideAnnotator.IonSeries Modifier and Type Method Description static SimplePeptideAnnotator.IonSeries
SimplePeptideAnnotator.IonSeries. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimplePeptideAnnotator.IonSeries[]
SimplePeptideAnnotator.IonSeries. values()
Returns an array containing the constants of this enum type, in the order they are declared.