|
||||||||||
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.Quantification
public abstract class Quantification
This class contains quantification results. User: Marc Date: Nov 11, 2010 Time: 3:46:24 PM
Field Summary | |
---|---|
protected int |
methodUsed
The quantification method used |
protected java.util.HashMap<java.lang.String,ProteinQuantification> |
proteinQuantification
The protein quantification |
Constructor Summary | |
---|---|
Quantification()
|
Method Summary | |
---|---|
void |
addProteinQuantification(ProteinQuantification aProteinQuantification)
Add protein quantification to the experiment |
int |
getMethodUsed()
getter for the method used |
java.util.HashMap<java.lang.String,ProteinQuantification> |
getProteinQuantification()
This method retrieves the quantification result at the protein level |
ProteinQuantification |
getProteinQuantification(java.lang.String index)
returns a specific protein quantification |
void |
setMethodUsed(int methodUsed)
setter for the method used |
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 int methodUsed
protected java.util.HashMap<java.lang.String,ProteinQuantification> proteinQuantification
Constructor Detail |
---|
public Quantification()
Method Detail |
---|
public java.util.HashMap<java.lang.String,ProteinQuantification> getProteinQuantification()
public ProteinQuantification getProteinQuantification(java.lang.String index)
index
- the index of the desired protein quantification
public void addProteinQuantification(ProteinQuantification aProteinQuantification)
aProteinQuantification
- The corresponding protein quantificationpublic int getMethodUsed()
public void setMethodUsed(int methodUsed)
methodUsed
- the method used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |