Class AnnDataSingleCellDataLoaderTest
- java.lang.Object
-
- ubic.gemma.core.loader.expression.singleCell.AnnDataSingleCellDataLoaderTest
-
public class AnnDataSingleCellDataLoaderTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnDataSingleCellDataLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGSE216457()
AnnData on-disk format was formalized in the 0.8.x series.void
testGSE225158()
void
testLayeredAnnDataFile()
void
testLoadSampleInDifferentOrder()
void
testLoadSpecificSamples()
void
testRawDataset()
void
testUnrawAndTranspose()
This test exercise the ability of the Configurer to detect datasets that need to be unrawed and transposed.
-
-
-
Method Detail
-
testGSE225158
public void testGSE225158() throws IOException
- Throws:
IOException
-
testLoadSpecificSamples
public void testLoadSpecificSamples() throws IOException
- Throws:
IOException
-
testLoadSampleInDifferentOrder
public void testLoadSampleInDifferentOrder() throws IOException
- Throws:
IOException
-
testGSE216457
public void testGSE216457() throws IOException
AnnData on-disk format was formalized in the 0.8.x series. This file was generated with 0.7.x.- Throws:
IOException
-
testRawDataset
public void testRawDataset() throws IOException
- Throws:
IOException
-
testLayeredAnnDataFile
public void testLayeredAnnDataFile() throws IOException
- Throws:
IOException
-
testUnrawAndTranspose
public void testUnrawAndTranspose() throws IOException
This test exercise the ability of the Configurer to detect datasets that need to be unrawed and transposed.- Throws:
IOException
-
-