public class IntensityRankScore extends Object
Constructor and Description |
---|
IntensityRankScore() |
Modifier and Type | Method and Description |
---|---|
double |
getScore(Peptide peptide,
MSnSpectrum spectrum,
AnnotationSettings annotationPreferences,
SpecificAnnotationSettings specificAnnotationPreferences,
PeptideSpectrumAnnotator peptideSpectrumAnnotator)
Scores the match between the given peptide and spectrum using the
intensity rank of the matched peaks.
|
public double getScore(Peptide peptide, MSnSpectrum spectrum, AnnotationSettings annotationPreferences, SpecificAnnotationSettings specificAnnotationPreferences, PeptideSpectrumAnnotator peptideSpectrumAnnotator) throws InterruptedException
peptide
- the peptide of interestspectrum
- the spectrum of interestannotationPreferences
- the general spectrum annotation preferencesspecificAnnotationPreferences
- the annotation preferences specific to this psmpeptideSpectrumAnnotator
- the spectrum annotator to useInterruptedException
- exception thrown if the thread is
interruptedCopyright © 2019. All rights reserved.