Class MexSingleCellDataLoaderTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
ubic.gemma.core.util.test.BaseTest
ubic.gemma.core.loader.expression.singleCell.MexSingleCellDataLoaderTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
-
Field Summary
FieldsFields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidThis GEO series inclues cell types in the barcodes.tsv.gz files.voidThis dataset does not filter empty droplets and thus many barcodes are simply unused and can be discarded.voidvoidvoidMethods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
Field Details
-
networkAvailableRule
-
-
Constructor Details
-
MexSingleCellDataLoaderTest
public MexSingleCellDataLoaderTest()
-
-
Method Details
-
setUp
- Throws:
IOException
-
testEmpty
- Throws:
IOException
-
testGSE224438
- Throws:
IOException
-
testLoadSpecificSamples
- Throws:
IOException
-
testUnmatchedSample
- Throws:
IOException
-
testGSE141552
@NetworkAvailable(url="ftp://ftp.ncbi.nlm.nih.gov/geo/series/") public void testGSE141552() throws IOException, NoSingleCellDataFoundExceptionThis dataset does not filter empty droplets and thus many barcodes are simply unused and can be discarded. -
testGSE125708
@NetworkAvailable(url="ftp://ftp.ncbi.nlm.nih.gov/geo/series/") public void testGSE125708() throws IOException, NoSingleCellDataFoundExceptionThis GEO series inclues cell types in the barcodes.tsv.gz files.
-