public class PeptideQuantification extends QuantificationMatch
QuantificationMatch.MatchType
ratios
Constructor and Description |
---|
PeptideQuantification(String peptideKey)
Constructor for the peptide quantification
|
PeptideQuantification(String peptideKey,
ArrayList<String> psmQuantification)
Constructor for the peptide quantification
|
PeptideQuantification(String peptideKey,
ArrayList<String> psmQuantification,
HashMap<Integer,Ratio> ratios)
Constructor for the peptide quantification
|
Modifier and Type | Method and Description |
---|---|
void |
addPsmQuantification(String newPsmQuantification)
Adds a new psm quantification in the psm quantification map
|
String |
getKey()
Returns the key of a match.
|
ArrayList<String> |
getPsmQuantification()
Getter for the corresponding spectrum quantification
|
QuantificationMatch.MatchType |
getType()
Returns the type of a match
|
addRatio, getRatios, setRatios
addUrParam, getParameterKey, getUrParam
public PeptideQuantification(String peptideKey)
peptideKey
- the key of the identification peptide matchpublic PeptideQuantification(String peptideKey, ArrayList<String> psmQuantification)
peptideKey
- the key of the identification peptide matchpsmQuantification
- the corresponding spectrum quantificationpublic PeptideQuantification(String peptideKey, ArrayList<String> psmQuantification, HashMap<Integer,Ratio> ratios)
peptideKey
- the identification peptide matchpsmQuantification
- the corresponding spectrum quantificationratios
- the estimated ratiospublic ArrayList<String> getPsmQuantification()
public void addPsmQuantification(String newPsmQuantification)
newPsmQuantification
- the new psm quantificationpublic String getKey()
QuantificationMatch
getKey
in class QuantificationMatch
public QuantificationMatch.MatchType getType()
QuantificationMatch
getType
in class QuantificationMatch
Copyright © 2013. All Rights Reserved.