Class AncovaTest
- java.lang.Object
- 
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
- 
- ubic.gemma.core.util.test.BaseSpringContextTest
- 
- ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTest
- 
- ubic.gemma.core.analysis.expression.diff.AncovaTest
 
 
 
 
- 
- All Implemented Interfaces:
- Aware,- InitializingBean,- ApplicationContextAware
 
 public class AncovaTest extends BaseAnalyzerConfigurationTest Tests of ANCOVA: using linear models with mixtures of fixed level and continuous parameters. See test/data/stat-tests/README.txt for R code.- Author:
- paul
 
- 
- 
Field Summary- 
Fields inherited from class ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTestexpressionDataMatrixService, processedExpressionDataVectorService
 - 
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTestexternalDatabaseService, jdbcTemplate, log, persisterHelper, rule, taxonService, testHelper
 - 
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestsapplicationContext, logger
 
- 
 - 
Constructor SummaryConstructors Constructor Description AncovaTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAncovaContinuousCovariate()voidtestAncovaCovariate()voidtestAncovaTriLevel()voidtestAncovaTwoway()voidtestAncovaWithInteraction()- 
Methods inherited from class ubic.gemma.core.analysis.expression.diff.BaseAnalyzerConfigurationTestsetUp, tearDown
 - 
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTestaddTestAnalyses, afterPropertiesSet, countRowsInTable, deleteFromTables, executeSqlScript, getNewTestPersistentCompleteExpressionExperiment, getTaxon, getTestNonPersistentBioSequence, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentArrayDesign, getTestPersistentBasicExpressionExperiment, getTestPersistentBasicExpressionExperiment, getTestPersistentBibliographicReference, getTestPersistentBioAssay, getTestPersistentBioAssay, getTestPersistentBioMaterial, getTestPersistentBioMaterial, getTestPersistentBioSequence, getTestPersistentBioSequence, getTestPersistentBioSequence2GeneProducts, getTestPersistentBlatResult, getTestPersistentBlatResult, getTestPersistentCompleteExpressionExperiment, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentCompleteExpressionExperimentWithSequences, getTestPersistentContact, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentDatabaseEntry, getTestPersistentExpressionExperiment, getTestPersistentExpressionExperiment, getTestPersistentGene, getTestPersistentGene, getTestPersistentGeneProduct, getTestPersistentQuantitationType, randomName, resetTestCollectionSize, runAsAdmin, runAsAgent, runAsAnonymous, runAsUser, runAsUser, setTestCollectionSize, setUpAuthentication, setUpSecurityContextHolderStrategy, tearDownSecurityContext
 - 
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTestssetApplicationContext
 
- 
 
- 
- 
- 
Method Detail- 
testAncovaContinuousCovariatepublic void testAncovaContinuousCovariate() 
 - 
testAncovaCovariatepublic void testAncovaCovariate() 
 - 
testAncovaTriLevelpublic void testAncovaTriLevel() 
 - 
testAncovaTwowaypublic void testAncovaTwoway() 
 - 
testAncovaWithInteractionpublic void testAncovaWithInteraction() 
 
- 
 
-