public class MDScore extends Object
Constructor and Description |
---|
MDScore()
Empty default constructor
|
Modifier and Type | Method and Description |
---|---|
static Double |
getMDScore(ArrayList<SpectrumIdentificationAssumption> mascotAssumptions,
Peptide peptideCandidate,
ArrayList<String> ptms,
SequenceMatchingParameters sequenceMatchingPreferences,
Integer rounding)
Returns the MD score for the given peptide in a spectrum match.
|
public static Double getMDScore(ArrayList<SpectrumIdentificationAssumption> mascotAssumptions, Peptide peptideCandidate, ArrayList<String> ptms, SequenceMatchingParameters sequenceMatchingPreferences, Integer rounding)
mascotAssumptions
- the assumptions by MascotpeptideCandidate
- the peptide of interestptms
- the names of the PTMs to scoresequenceMatchingPreferences
- the sequence matching preferencesrounding
- decimal to which the score should be rounded, ignored if
nullCopyright © 2021. All rights reserved.