expr
Class CorrelationWindow

java.lang.Object
  extended byexpr.CorrelationWindow

public class CorrelationWindow
extends java.lang.Object


Constructor Summary
CorrelationWindow(float score, java.lang.String chromosome, int start, int stop, java.lang.String[] names)
           
 
Method Summary
 java.lang.String getChromosome()
           
 float getCovertedScore()
           
 java.lang.String[] getNames()
           
 float getPvalue()
           
 float getScore()
           
 int getStart()
           
 int getStop()
           
 void setPvalue(float pvalue)
           
 java.lang.String toString()
          Genes NumGenes Chromosome Start Stop CorrelationScore -10Log10(pvalue)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrelationWindow

public CorrelationWindow(float score,
                         java.lang.String chromosome,
                         int start,
                         int stop,
                         java.lang.String[] names)
Method Detail

toString

public java.lang.String toString()
Genes NumGenes Chromosome Start Stop CorrelationScore -10Log10(pvalue)


getCovertedScore

public float getCovertedScore()

getPvalue

public float getPvalue()

setPvalue

public void setPvalue(float pvalue)

getNames

public java.lang.String[] getNames()

getScore

public float getScore()

getStart

public int getStart()

getStop

public int getStop()

getChromosome

public java.lang.String getChromosome()