public abstract class QuantificationMatch extends ExperimentObject
Modifier and Type | Class and Description |
---|---|
static class |
QuantificationMatch.MatchType
The type of match.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<Integer,Ratio> |
ratios
The estimated ratios.
|
Constructor and Description |
---|
QuantificationMatch() |
Modifier and Type | Method and Description |
---|---|
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.
|
abstract QuantificationMatch.MatchType |
getType()
Returns the type of a match.
|
void |
setRatios(HashMap<Integer,Ratio> ratios)
Sets new peptide ratios.
|
addUrParam, getParameterKey, getUrParam
public abstract String getKey()
public abstract QuantificationMatch.MatchType getType()
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 ratioCopyright © 2013. All Rights Reserved.