Class ReporterIonAnnotator
java.lang.Object
com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators.ReporterIonAnnotator
Annotator for reporter ions.
- Author:
- Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorReporterIonAnnotator(ReporterIon[] reporterIons) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetIonMatches(SpectrumIndex spectrumIndex) Returns the ions matched in the given spectrum.
-
Constructor Details
-
ReporterIonAnnotator
public ReporterIonAnnotator()Empty default constructor -
ReporterIonAnnotator
Constructor.- Parameters:
reporterIons- array of the reporter ions to annotate
-
-
Method Details
-
getIonMatches
Returns the ions matched in the given spectrum.- Parameters:
spectrumIndex- the index of the spectrum- Returns:
- the ions matched in the given spectrum
-