Uses of Enum
com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators.SimplePeptideAnnotator.IonSeries
Packages that use SimplePeptideAnnotator.IonSeries
Package
Description
This package contains implementations of the SimpleAnnotator allowing the annotation of specific sets of ions.
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.IonSeriesModifierConstructorDescriptionFragmentAnnotator(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.IonSeriesModifier and TypeMethodDescriptionReturns 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.