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