|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.quantification.reporterion.QuantificationMatch
public abstract class QuantificationMatch
abstract class for a quantification match
Field Summary | |
---|---|
protected java.util.HashMap<java.lang.Integer,Ratio> |
ratios
The estimated ratios |
Constructor Summary | |
---|---|
QuantificationMatch()
|
Method Summary | |
---|---|
void |
addRatio(java.lang.Integer reporterIon,
Ratio ratio)
Adds a new ratio to the ratio map. |
abstract java.lang.String |
getKey()
returns the key of a match |
java.util.HashMap<java.lang.Integer,Ratio> |
getRatios()
Getter for the peptide ratios |
void |
setRatios(java.util.HashMap<java.lang.Integer,Ratio> ratios)
sets new peptide ratios |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.HashMap<java.lang.Integer,Ratio> ratios
Constructor Detail |
---|
public QuantificationMatch()
Method Detail |
---|
public abstract java.lang.String getKey()
public void setRatios(java.util.HashMap<java.lang.Integer,Ratio> ratios)
ratios
- the new peptide ratiospublic void addRatio(java.lang.Integer reporterIon, Ratio ratio)
reporterIon
- the index of the reporter ionratio
- the ratiopublic java.util.HashMap<java.lang.Integer,Ratio> getRatios()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |