Class ExpressionDataDoubleMatrixUtilTest
- java.lang.Object
-
- ubic.gemma.core.datastructure.matrix.ExpressionDataDoubleMatrixUtilTest
-
public class ExpressionDataDoubleMatrixUtilTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ExpressionDataDoubleMatrixUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCountConversion()voidtestCounts()voidtestCountsWhenPlatformIsMicroarrayThenReportAsLinear()voidtestCountsWhenPlatformIsNotSequencing()voidtestCountsWhenValueIsNegativeTreatAsLogbaseUnknown()voidtestInferredLogbaseDifferFromQuantitations()voidtestIsLog10Ratiometric()voidtestLinearConversion()voidtestLog10Conversion()voidtestLog2Ratiometric()voidtestLog2ShouldDoNothing()voidtestPercent()voidtestPercent1()voidtestRandomCountMatrix()voidtestRandomLinearMatrix()voidtestRandomLog2Matrix()voidtestRandomRatiometricLog2Matrix()voidtestRandomSuspiciousLog2Matrix()voidtestZtransformed()voidtestZTransformedByMedian()voidtestZtransformedInLogSpace()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testLog2ShouldDoNothing
public void testLog2ShouldDoNothing()
-
testLinearConversion
public void testLinearConversion()
-
testLog10Conversion
public void testLog10Conversion()
-
testCountConversion
public void testCountConversion()
-
testInferredLogbaseDifferFromQuantitations
public void testInferredLogbaseDifferFromQuantitations()
-
testCounts
public void testCounts()
-
testCountsWhenPlatformIsNotSequencing
public void testCountsWhenPlatformIsNotSequencing()
-
testCountsWhenValueIsNegativeTreatAsLogbaseUnknown
public void testCountsWhenValueIsNegativeTreatAsLogbaseUnknown()
-
testCountsWhenPlatformIsMicroarrayThenReportAsLinear
public void testCountsWhenPlatformIsMicroarrayThenReportAsLinear()
-
testPercent1
public void testPercent1()
-
testPercent
public void testPercent()
-
testZtransformed
public void testZtransformed()
-
testZTransformedByMedian
public void testZTransformedByMedian()
-
testZtransformedInLogSpace
public void testZtransformedInLogSpace()
-
testIsLog10Ratiometric
public void testIsLog10Ratiometric()
-
testLog2Ratiometric
public void testLog2Ratiometric()
-
testRandomLinearMatrix
public void testRandomLinearMatrix()
-
testRandomLog2Matrix
public void testRandomLog2Matrix()
-
testRandomRatiometricLog2Matrix
public void testRandomRatiometricLog2Matrix()
-
testRandomCountMatrix
public void testRandomCountMatrix()
-
testRandomSuspiciousLog2Matrix
public void testRandomSuspiciousLog2Matrix()
-
-