public class PeptideAssumption extends SpectrumIdentificationAssumption
identificationFile, 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 |
|---|---|
int |
getAdvocate()
Get the used advocate.
|
double |
getEValue()
Deprecated.
use getScore instead
|
Charge |
getIdentificationCharge()
Returns the charge used for identification.
|
String |
getIdentificationFile()
Returns the identification file.
|
Peptide |
getPeptide()
Get the theoretic peptide.
|
int |
getRank()
Get the identification rank.
|
double |
getScore()
Returns the score assigned by the advocate.
|
double |
getTheoreticMass()
Returns the theoretic mass of the given assumption.
|
getDeltaMass, getDeltaMass, getIsotopeNumber, getPrecursorMatch, getTheoreticMz, setIdentificationCharge, setRank, 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 int getRank()
SpectrumIdentificationAssumptiongetRank in class SpectrumIdentificationAssumptionpublic int getAdvocate()
SpectrumIdentificationAssumptiongetAdvocate in class SpectrumIdentificationAssumptionpublic double getEValue()
public double getScore()
SpectrumIdentificationAssumptiongetScore in class SpectrumIdentificationAssumptionpublic String getIdentificationFile()
SpectrumIdentificationAssumptiongetIdentificationFile in class SpectrumIdentificationAssumptionpublic Charge getIdentificationCharge()
SpectrumIdentificationAssumptiongetIdentificationCharge in class SpectrumIdentificationAssumptionpublic double getTheoreticMass()
SpectrumIdentificationAssumptiongetTheoreticMass in class SpectrumIdentificationAssumptionCopyright © 2014. All rights reserved.