Class ExpressionDataTestMatrix
- java.lang.Object
-
- ubic.gemma.core.datastructure.matrix.BaseExpressionDataMatrix<Double>
-
- ubic.gemma.core.datastructure.matrix.ExpressionDataDoubleMatrix
-
- ubic.gemma.core.datastructure.matrix.ExpressionDataTestMatrix
-
- All Implemented Interfaces:
Serializable
,ExpressionDataMatrix<Double>
public class ExpressionDataTestMatrix extends ExpressionDataDoubleMatrix
Creates a sample small test matrix, not persistent. Useful for testing algorithms. (This is not a test!)- Author:
- paul
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionDataTestMatrix()
-
Method Summary
-
Methods inherited from class ubic.gemma.core.datastructure.matrix.ExpressionDataDoubleMatrix
columns, get, get, get, getColumn, getColumn, getColumns, getMatrix, getRanks, getRawMatrix, getRawRow, getRow, getRow, getRowNames, getRows, hasMissingValues, rows, set, set, setRow, toProcessedDataVectors, toRawDataVectors, toString, vectorsToMatrix
-
Methods inherited from class ubic.gemma.core.datastructure.matrix.BaseExpressionDataMatrix
columns, getBestBioAssayDimension, getBioAssayDimension, getBioAssaysForColumn, getBioMaterialForColumn, getColumnIndex, getDesignElementForRow, getDesignElements, getExpressionExperiment, getQuantitationTypes, getRowElement, getRowElements, getRowIndex
-
-
-
-
Constructor Detail
-
ExpressionDataTestMatrix
public ExpressionDataTestMatrix() throws IOException
- Throws:
IOException
-
-