|
||||||||||
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 HashMap<Integer,Ratio> |
ratios
The estimated ratios |
Constructor Summary | |
---|---|
QuantificationMatch()
|
Method Summary | |
---|---|
void |
addRatio(Integer reporterIon,
Ratio ratio)
Adds a new ratio to the ratio map. |
abstract String |
getKey()
returns the key of a match |
HashMap<Integer,Ratio> |
getRatios()
Getter for the peptide ratios |
void |
setRatios(HashMap<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 HashMap<Integer,Ratio> ratios
Constructor Detail |
---|
public QuantificationMatch()
Method Detail |
---|
public abstract String getKey()
public void setRatios(HashMap<Integer,Ratio> ratios)
ratios
- the new peptide ratiospublic void addRatio(Integer reporterIon, Ratio ratio)
reporterIon
- the index of the reporter ionratio
- the ratiopublic HashMap<Integer,Ratio> getRatios()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |