Class ReporterIonAnnotator
java.lang.Object
com.compomics.util.experiment.identification.spectrum_annotation.simple_annotators.ReporterIonAnnotator
public class ReporterIonAnnotator extends Object
Annotator for reporter ions.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors Constructor Description ReporterIonAnnotator()
Empty default constructorReporterIonAnnotator(ReporterIon[] reporterIons)
Constructor. -
Method Summary
Modifier and Type Method Description ArrayList<IonMatch>
getIonMatches(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
-