Package ubic.gemma.core.loader.util
Class MatrixMarketUtils
java.lang.Object
ubic.gemma.core.loader.util.MatrixMarketUtils
Utilities for reading MatrixMarket format.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]getNonEmptyColumns(Path path) Obtain the position of non-empty columns for a given matrix.static no.uib.cipr.matrix.io.MatrixVectorReaderreadMatrixMarketFromPath(Path path)
-
Constructor Details
-
MatrixMarketUtils
public MatrixMarketUtils()
-
-
Method Details
-
readMatrixMarketFromPath
public static no.uib.cipr.matrix.io.MatrixVectorReader readMatrixMarketFromPath(Path path) throws IOException - Throws:
IOException
-
getNonEmptyColumns
Obtain the position of non-empty columns for a given matrix.- Throws:
IOException
-