com.compomics.util.experiment.quantification
Class Ratio

java.lang.Object
  extended by com.compomics.util.experiment.personalization.ExperimentObject
      extended by com.compomics.util.experiment.quantification.Ratio
All Implemented Interfaces:
java.io.Serializable, java.lang.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 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

Ratio

public Ratio(int measureLabel,
             double ratio)
constructor for the Ratio

Parameters:
measureLabel - the measured label indexed by its corresponding reporter ion index
ratio - the estimated ratio
Method Detail

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.