Class ExpressionDataDoubleMatrixUtilTest
- java.lang.Object
- 
- ubic.gemma.core.datastructure.matrix.ExpressionDataDoubleMatrixUtilTest
 
- 
 public class ExpressionDataDoubleMatrixUtilTest extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ExpressionDataDoubleMatrixUtilTest()
 - 
Method SummaryAll 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- 
setUppublic void setUp() 
 - 
testLog2ShouldDoNothingpublic void testLog2ShouldDoNothing() 
 - 
testLinearConversionpublic void testLinearConversion() 
 - 
testLog10Conversionpublic void testLog10Conversion() 
 - 
testCountConversionpublic void testCountConversion() 
 - 
testInferredLogbaseDifferFromQuantitationspublic void testInferredLogbaseDifferFromQuantitations() 
 - 
testCountspublic void testCounts() 
 - 
testCountsWhenPlatformIsNotSequencingpublic void testCountsWhenPlatformIsNotSequencing() 
 - 
testCountsWhenValueIsNegativeTreatAsLogbaseUnknownpublic void testCountsWhenValueIsNegativeTreatAsLogbaseUnknown() 
 - 
testCountsWhenPlatformIsMicroarrayThenReportAsLinearpublic void testCountsWhenPlatformIsMicroarrayThenReportAsLinear() 
 - 
testPercent1public void testPercent1() 
 - 
testPercentpublic void testPercent() 
 - 
testZtransformedpublic void testZtransformed() 
 - 
testZTransformedByMedianpublic void testZTransformedByMedian() 
 - 
testZtransformedInLogSpacepublic void testZtransformedInLogSpace() 
 - 
testIsLog10Ratiometricpublic void testIsLog10Ratiometric() 
 - 
testLog2Ratiometricpublic void testLog2Ratiometric() 
 - 
testRandomLinearMatrixpublic void testRandomLinearMatrix() 
 - 
testRandomLog2Matrixpublic void testRandomLog2Matrix() 
 - 
testRandomRatiometricLog2Matrixpublic void testRandomRatiometricLog2Matrix() 
 - 
testRandomCountMatrixpublic void testRandomCountMatrix() 
 - 
testRandomSuspiciousLog2Matrixpublic void testRandomSuspiciousLog2Matrix() 
 
- 
 
-