public class MDScore extends Object
| Constructor and Description |
|---|
MDScore() |
| Modifier and Type | Method and Description |
|---|---|
static Double |
getMDScore(ArrayList<SpectrumIdentificationAssumption> mascotAssumptions,
Peptide peptideCandidate,
ArrayList<String> ptms,
SequenceMatchingPreferences 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, SequenceMatchingPreferences 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 © 2016. All rights reserved.