trans.main
Class ScoredGene
java.lang.Object
trans.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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoredGene
public ScoredGene(UCSCGeneLine geneReference,
float[][] treatmentValues,
float[][] controlValues)
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()