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 void
setUp()
void
testCountConversion()
void
testCounts()
void
testCountsWhenPlatformIsMicroarrayThenReportAsLinear()
void
testCountsWhenPlatformIsNotSequencing()
void
testCountsWhenValueIsNegativeTreatAsLogbaseUnknown()
void
testInferredLogbaseDifferFromQuantitations()
void
testIsLog10Ratiometric()
void
testLinearConversion()
void
testLog10Conversion()
void
testLog2Ratiometric()
void
testLog2ShouldDoNothing()
void
testPercent()
void
testPercent1()
void
testRandomCountMatrix()
void
testRandomLinearMatrix()
void
testRandomLog2Matrix()
void
testRandomRatiometricLog2Matrix()
void
testRandomSuspiciousLog2Matrix()
void
testZtransformed()
void
testZTransformedByMedian()
void
testZtransformedInLogSpace()
-
-
-
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()
-
-