|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.denovo.PeptideAssumptionDetails
public class PeptideAssumptionDetails
This class contains the de novo specific details of a spectrum match.
Field Summary |
---|
Fields inherited from interface com.compomics.util.experiment.personalization.UrParameter |
---|
serialVersionUID |
Constructor Summary | |
---|---|
PeptideAssumptionDetails()
Constructor. |
Method Summary | |
---|---|
double |
getCTermGap()
Returns the C-term gap. |
String |
getFamilyName()
This method returns the family name of the parameter. |
int |
getIndex()
This method returns the index of the parameter. |
double |
getMH()
Returns the PepNovo mH. |
double |
getNTermGap()
Returns the N-term gap. |
double |
getRankScore()
Returns the PepNovo rank score. |
void |
setCTermGap(double cTermGap)
Sets the C-term gap. |
void |
setMH(double mH)
Sets the PepNovo provided mH. |
void |
setNTermGap(double nTermGap)
Sets the N-term gap. |
void |
setRankScore(double rankScore)
Sets the PepNovo rank score. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeptideAssumptionDetails()
Method Detail |
---|
public double getNTermGap()
public void setNTermGap(double nTermGap)
nTermGap
- the N-term gappublic double getCTermGap()
public void setCTermGap(double cTermGap)
cTermGap
- the C-term gappublic double getRankScore()
public void setRankScore(double rankScore)
rankScore
- the PepNovo rank scorepublic double getMH()
public void setMH(double mH)
mH
- the PepNovo mHpublic String getFamilyName()
UrParameter
getFamilyName
in interface UrParameter
public int getIndex()
UrParameter
getIndex
in interface UrParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |