trans.main
Class ScoredGene

java.lang.Object
  extended bytrans.main.ScoredGene
All Implemented Interfaces:
java.lang.Comparable

public class ScoredGene
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
ScoredGene(UCSCGeneLine geneReference, float[][] treatmentValues, float[][] controlValues)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 float[][] getControlValues()
           
 UCSCGeneLine getGene()
           
 double getMedian()
           
 float[][] getTreatmentValues()
           
 void setMedian(double median)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoredGene

public ScoredGene(UCSCGeneLine geneReference,
                  float[][] treatmentValues,
                  float[][] controlValues)
Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getMedian

public double getMedian()

setMedian

public void setMedian(double median)

getControlValues

public float[][] getControlValues()

getGene

public UCSCGeneLine getGene()

getTreatmentValues

public float[][] getTreatmentValues()