Package ubic.basecode.io.reader
-
Class Summary Class Description AbstractMatrixReader<M extends Matrix2D<String,String,V>,V> Abstract class representing an object that can read in aMatrix2D
from a file.DoubleMatrixReader Reader forbasecode.dataStructure.matrix.DoubleMatrix
.HistogramReader Reads histograms stored in flat filesMapReader Reads a tab-delimited file with keys in first column, values in second.SparseDoubleMatrixReader SparseRaggedMatrixReader Best data structure for reading really big, really sparse matrices when a matrix represetation is needed.StringMatrixReader Reader forbasecode.dataStructure.matrix.StringMatrix