|
||||||||||
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.Ratio
public class Ratio
This class models an object. User: Marc Date: Sep 1, 2010 Time: 3:36:26 PM
Constructor Summary | |
---|---|
Ratio(int referenceLabel,
int measureLabel,
double ratio)
constructor for the Ratio |
Method Summary | |
---|---|
int |
getControlSample()
returns the reference label indexed by its corresponding reporter ion index |
int |
getMeasureSample()
returns the measured label indexed by its corresponding reporter ion index |
double |
getRatio()
returns the estimated ratio |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ratio(int referenceLabel, int measureLabel, double ratio)
referenceLabel
- the reference label indexed by its corresponding reporter ion indexmeasureLabel
- the measured label indexed by its corresponding reporter ion indexratio
- the estimated ratioMethod Detail |
---|
public int getControlSample()
public int getMeasureSample()
public double getRatio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |