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
,ubic.gemma.core.datastructure.matrix.BulkExpressionDataMatrix<Double>
,ubic.gemma.core.datastructure.matrix.ExpressionDataMatrix<Double>
,ubic.gemma.core.datastructure.matrix.ExpressionDataPrimitiveDoubleMatrix
public class ExpressionDataTestMatrix extends ubic.gemma.core.datastructure.matrix.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, getAsDouble, getAsDoubles, getColumn, getColumn, getColumnAsDoubles, getColumnAsDoubles, getColumns, getMatrix, getRanks, getRawMatrix, getRawMatrixAsDoubles, getRow, getRow, getRowAsDoubles, getRowAsDoubles, getRowNames, hasMissingValues, rows, set, set, setRow, toProcessedDataVectors, toRawDataVectors, toString, vectorsToMatrix
-
Methods inherited from class ubic.gemma.core.datastructure.matrix.BaseExpressionDataMatrix
addToRowMaps, columns, getBestBioAssayDimension, getBioAssayDimension, getBioAssayForColumn, getBioAssaysForColumn, getBioMaterialForColumn, getColumnIndex, getColumnIndex, getDesignElementForRow, getDesignElements, getExpressionExperiment, getQuantitationType, getQuantitationTypes, getRowElement, getRowElement, getRowElements, getRowIndex, init, selectVectors, selectVectors, selectVectors, selectVectors, setMatBioAssayValues, setUpColumnElements
-
-