Class RNASeqBatchInfoPopulationTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseIntegrationTest
-
- ubic.gemma.core.util.test.BaseSpringContextTest
-
- ubic.gemma.core.loader.expression.geo.AbstractGeoServiceTest
-
- ubic.gemma.core.analysis.preprocess.batcheffects.RNASeqBatchInfoPopulationTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class RNASeqBatchInfoPopulationTest extends AbstractGeoServiceTest
- Author:
- paul
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
externalDatabaseService, log, persisterHelper, rule, taxonService, testHelper
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description RNASeqBatchInfoPopulationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
teardown()
void
testBatchA()
void
testBatchB()
void
testBatchC()
void
testBatchD()
void
testBatchDX()
void
testBatchE()
void
testBatchF()
void
testBatchG()
void
testBatchH()
void
testBatchI()
void
testBatchJ()
void
testBatchK()
void
testBatchL()
void
testBatchM()
void
testBatchMixedHeaders()
See https://github.com/PavlidisLab/GemmaCuration/issues/64void
testBatchMixedHeadersSinglePlatform()
void
testBatchMixedHeadersSinglePlatformSingleton()
void
testBatchO()
void
testBatchP()
void
testBatchQ()
void
testBatchR()
void
testBatchS()
void
testGetBatches()
Test of creating batch factor.void
testGSE14285OneBatch()
void
testGSE156689NoBatchinfo()
void
testParseHeaders()
-
Methods inherited from class ubic.gemma.core.loader.expression.geo.AbstractGeoServiceTest
getTestFileBasePath, getTestFileBasePath
-
Methods inherited from class ubic.gemma.core.util.test.BaseSpringContextTest
addTestAnalyses, countRowsInTable, deleteFromTables, executeSqlScript, getJdbcTemplate, 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
-
Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
testParseHeaders
public void testParseHeaders()
-
testGetBatches
public void testGetBatches() throws Exception
Test of creating batch factor. GSE71229 has two lanes- Throws:
Exception
-
testBatchMixedHeaders
public void testBatchMixedHeaders() throws Exception
See https://github.com/PavlidisLab/GemmaCuration/issues/64- Throws:
Exception
-
testBatchMixedHeadersSinglePlatformSingleton
public void testBatchMixedHeadersSinglePlatformSingleton() throws Exception
- Throws:
Exception
-
testBatchMixedHeadersSinglePlatform
public void testBatchMixedHeadersSinglePlatform() throws Exception
- Throws:
Exception
-
teardown
public void teardown()
-
-