com.compomics.util.experiment.quantification
Class Ratio
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.quantification.Ratio
- All Implemented Interfaces:
- Serializable, Cloneable
public class Ratio
- extends ExperimentObject
This class models an object.
User: Marc
Date: Sep 1, 2010
Time: 3:36:26 PM
- See Also:
- Serialized Form
Constructor Summary |
Ratio(int measureLabel,
double ratio)
constructor for the Ratio |
Method Summary |
int |
getMeasureSample()
returns the measured label indexed by its corresponding reporter ion index |
double |
getRatio()
returns the estimated ratio |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ratio
public Ratio(int measureLabel,
double ratio)
- constructor for the Ratio
- Parameters:
measureLabel
- the measured label indexed by its corresponding reporter ion indexratio
- the estimated ratio
getMeasureSample
public int getMeasureSample()
- returns the measured label indexed by its corresponding reporter ion index
- Returns:
- the measured label indexed by its corresponding reporter ion index
getRatio
public double getRatio()
- returns the estimated ratio
- Returns:
- the estimated ratio
Copyright © 2013. All Rights Reserved.