Class MatrixMarketUtils

java.lang.Object
ubic.gemma.core.loader.util.MatrixMarketUtils

public class MatrixMarketUtils extends Object
Utilities for reading MatrixMarket format.
Author:
poirigui
  • Constructor Details

    • MatrixMarketUtils

      public MatrixMarketUtils()
  • Method Details

    • readMatrixMarketFromPath

      public static no.uib.cipr.matrix.io.MatrixVectorReader readMatrixMarketFromPath(Path path) throws IOException
      Throws:
      IOException
    • getNonEmptyColumns

      public static int[] getNonEmptyColumns(Path path) throws IOException
      Obtain the position of non-empty columns for a given matrix.
      Throws:
      IOException