expr
Class CorrelationWindow
java.lang.Object
expr.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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CorrelationWindow
public CorrelationWindow(float score,
java.lang.String chromosome,
int start,
int stop,
java.lang.String[] names)
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()