public class PeptideAssumption extends SpectrumIdentificationAssumption
advocate, aminoAcidScores, identificationCharge, identificationFile, rank, rawScore, score| Constructor and Description |
|---|
PeptideAssumption(Peptide aPeptide,
int rank,
int advocate,
Charge identificationCharge,
double score)
Constructor for a peptide assumption.
|
PeptideAssumption(Peptide aPeptide,
int rank,
int advocate,
Charge identificationCharge,
double score,
String identificationFile)
Constructor for a peptide assumption.
|
| Modifier and Type | Method and Description |
|---|---|
Peptide |
getPeptide()
Get the theoretic peptide.
|
Double |
getTheoreticMass()
Returns the theoretic mass of the given assumption.
|
getAdvocate, getAminoAcidScores, getDeltaMass, getIdentificationCharge, getIdentificationFile, getIsotopeNumber, getPrecursorMatch, getRank, getRawScore, getScore, getTheoreticMz, setAminoAcidScores, setIdentificationCharge, setRank, setRawScore, setScoreaddUrParam, getParameterKey, getUrParampublic PeptideAssumption(Peptide aPeptide, int rank, int advocate, Charge identificationCharge, double score, String identificationFile)
aPeptide - the theoretic peptiderank - the identification rankadvocate - the advocate usedidentificationCharge - the charge used by the search engine for
identificationscore - the score, typically a search engine e-value (whether the
score is ascending or descending can be known from the SearchEngine
class)identificationFile - the identification filepublic PeptideAssumption(Peptide aPeptide, int rank, int advocate, Charge identificationCharge, double score)
aPeptide - the theoretic peptiderank - the identification rankadvocate - the advocate usedidentificationCharge - the charge used by the search engine for
identificationscore - the score (whether the score is ascending or descending can
be known from the SearchEngine class)public Peptide getPeptide()
public Double getTheoreticMass()
SpectrumIdentificationAssumptiongetTheoreticMass in class SpectrumIdentificationAssumptionCopyright © 2016. All rights reserved.