Class MexTestUtils
- java.lang.Object
-
- ubic.gemma.core.loader.expression.singleCell.MexTestUtils
-
public class MexTestUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description MexTestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,ubic.gemma.model.expression.designElement.CompositeSequence>
createElementsMappingFromResourceFile(String resourceFile)
Read the content of a MEX features file into an elements mapping.static ubic.gemma.core.loader.expression.singleCell.MexSingleCellDataLoader
createLoaderForResourceDir(String resourceDir)
-
-
-
Method Detail
-
createElementsMappingFromResourceFile
public static Map<String,ubic.gemma.model.expression.designElement.CompositeSequence> createElementsMappingFromResourceFile(String resourceFile) throws IOException
Read the content of a MEX features file into an elements mapping.- Throws:
IOException
-
createLoaderForResourceDir
public static ubic.gemma.core.loader.expression.singleCell.MexSingleCellDataLoader createLoaderForResourceDir(String resourceDir) throws IOException
- Parameters:
resourceDir
-- Returns:
- Throws:
IOException
-
-