trans.main
Class SamChromosomeData
java.lang.Object
trans.main.SamChromosomeData
- public class SamChromosomeData
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamChromosomeData
public SamChromosomeData(int numberOfWindows,
int numberOfPermutations)
setRealSamScores
public void setRealSamScores(float[] samScores,
int windowIndex)
setPermSamScores
public void setPermSamScores(float[] samScores,
int permutationIndex,
int windowIndex)
calculateFudgeFactor
public void calculateFudgeFactor(int windowIndex)
getPermMeanDiff
public float[][] getPermMeanDiff()
setPermMeanDiff
public void setPermMeanDiff(float[][] permMeanDiff)
getPermTStats
public float[][] getPermTStats()
setPermTStats
public void setPermTStats(float[][] permTStats)
getPermVariance
public float[][] getPermVariance()
setPermVariance
public void setPermVariance(float[][] permVariance)
getRealMeanDiff
public float[] getRealMeanDiff()
setRealMeanDiff
public void setRealMeanDiff(float[] realMeanDiff)
getRealTStats
public float[] getRealTStats()
setRealTStats
public void setRealTStats(float[] realTStats)
getRealVariance
public float[] getRealVariance()
setRealVariance
public void setRealVariance(float[] realVariance)