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 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, 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 referenceLabel,
             int measureLabel,
             double ratio)
constructor for the Ratio

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

getControlSample

public int getControlSample()
returns the reference label indexed by its corresponding reporter ion index

Returns:
the reference label indexed by its corresponding reporter ion index

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 © 2012. All Rights Reserved.