Class TTestAnalyzerTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTest
-
- ubic.gemma.core.analysis.expression.diff.TTestAnalyzerTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class TTestAnalyzerTest extends BaseAnalyzerConfigurationTest
See test/data/stat-tests/README.txt for R code.- Author:
- keshav
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTest
log
-
-
Constructor Summary
Constructors Constructor Description TTestAnalyzerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testOneSampleTtest()
void
testTTestWithExpressionExperiment()
Tests the t-test with anExpressionExperiment
.-
Methods inherited from class ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTest
setUp, tearDown
-
-