Uses of Class
com.compomics.util.experiment.mass_spectrometry.indexes.SpectrumIndex
Packages that use SpectrumIndex
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 SpectrumIndex in com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators
Methods in com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators with parameters of type SpectrumIndexModifier and TypeMethodDescriptionFragmentAnnotator.getIonMatches(SpectrumIndex spectrumIndex, int peptideCharge) Returns the ions matched in the given spectrum at the given charge.FragmentAnnotatorNL.getIonMatches(SpectrumIndex spectrumIndex, int peptideCharge) Returns the ions matched in the given spectrum at the given charge.ImmoniumIonAnnotator.getIonMatches(SpectrumIndex spectrumIndex) Returns the ions matched in the given spectrum.PrecursorAnnotator.getIonMatches(SpectrumIndex spectrumIndex, int peptideCharge, int isotopeMax) Returns the ions matched in the given spectrum at the given charge.ReporterIonAnnotator.getIonMatches(SpectrumIndex spectrumIndex) Returns the ions matched in the given spectrum. -
Uses of SpectrumIndex in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators
Methods in com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators with parameters of type SpectrumIndexModifier and TypeMethodDescriptionSimplePeptideAnnotator.getIonMatches(SpectrumIndex spectrumIndex, int peptideCharge, int precursorIsotopeMax) Returns the ion matches for the given spectrum.