public class PrecursorAnnotator extends Object
Constructor and Description |
---|
PrecursorAnnotator()
Empty default constructor
|
PrecursorAnnotator(Peptide peptide,
String[] fixedModifications)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<IonMatch> |
getIonMatches(SpectrumIndex spectrumIndex,
int peptideCharge,
int isotopeMax)
Returns the ions matched in the given spectrum at the given charge.
|
public ArrayList<IonMatch> getIonMatches(SpectrumIndex spectrumIndex, int peptideCharge, int isotopeMax)
spectrumIndex
- the index of the spectrumpeptideCharge
- the charge of the peptideisotopeMax
- the maximal isotopic value to annotate (inclusive)Copyright © 2021. All rights reserved.