Class MexTestUtils
java.lang.Object
ubic.gemma.core.loader.expression.singleCell.MexTestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String, CompositeSequence> createElementsMappingFromResourceFile(String resourceFile) Read the content of a MEX features file into an elements mapping.static MexSingleCellDataLoadercreateLoaderForResourceDir(String resourceDir)
-
Constructor Details
-
MexTestUtils
public MexTestUtils()
-
-
Method Details
-
createElementsMappingFromResourceFile
public static Map<String, CompositeSequence> createElementsMappingFromResourceFile(String resourceFile) throws IOException Read the content of a MEX features file into an elements mapping.- Throws:
IOException
-
createLoaderForResourceDir
public static MexSingleCellDataLoader createLoaderForResourceDir(String resourceDir) throws IOException - Parameters:
resourceDir-- Returns:
- Throws:
IOException
-