|
||||||||||
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
com.compomics.util.experiment.quantification.reporterion.quantification.PeptideQuantification
public class PeptideQuantification
This class models quantification at the peptide level.
Field Summary |
---|
Fields inherited from class com.compomics.util.experiment.quantification.reporterion.QuantificationMatch |
---|
ratios |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Methods inherited from class com.compomics.util.experiment.quantification.reporterion.QuantificationMatch |
---|
addRatio, getRatios, setRatios |
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 |
Constructor Detail |
---|
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 ratiosMethod Detail |
---|
public ArrayList<String> getPsmQuantification()
public void addPsmQuantification(String newPsmQuantification)
newPsmQuantification
- the new psm quantificationpublic String getKey()
QuantificationMatch
getKey
in class QuantificationMatch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |