Class AbstractMatrixReader<M extends Matrix2D<String,String,V>, V>

java.lang.Object
ubic.gemma.core.util.matrix.AbstractMatrixReader<M,V>
Direct Known Subclasses:
DoubleMatrixReader, StringMatrixReader

public abstract class AbstractMatrixReader<M extends Matrix2D<String,String,V>, V> extends Object
Abstract class representing an object that can read in a Matrix2D from a file.

Ported in-tree from ubic.basecode.io.reader.AbstractMatrixReader as part of the baseCode in-tree migration; previously consumed via the MatrixUtil.fromBaseCode shim.

Author:
Paul Pavlidis
  • Field Details

    • log

      protected static final org.slf4j.Logger log
  • Constructor Details

    • AbstractMatrixReader

      public AbstractMatrixReader()
  • Method Details