Class AbstractSingleCellExpressionDataMatrix<T>
java.lang.Object
ubic.gemma.core.datastructure.matrix.AbstractExpressionDataMatrix<T>
ubic.gemma.core.datastructure.matrix.AbstractSingleCellExpressionDataMatrix<T>
- All Implemented Interfaces:
ExpressionDataMatrix<T>
,SingleCellExpressionDataMatrix<T>
- Direct Known Subclasses:
SingleCellExpressionDataDoubleMatrix
,SingleCellExpressionDataIntMatrix
public abstract class AbstractSingleCellExpressionDataMatrix<T>
extends AbstractExpressionDataMatrix<T>
implements SingleCellExpressionDataMatrix<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getColumnLabel
(int j) Obtain a label suitable for describing a column of the matrix.protected String
getRowLabel
(int i) Obtain a label suitable for describing a row of the matrix.Methods inherited from class ubic.gemma.core.datastructure.matrix.AbstractExpressionDataMatrix
format, format, format, formatRepresentation, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.core.datastructure.matrix.ExpressionDataMatrix
columns, get, getDesignElementForRow, getDesignElements, getExpressionExperiment, getRow, getRow, getRowElement, getRowElements, getRowIndex, getRowIndices, rows
Methods inherited from interface ubic.gemma.core.datastructure.matrix.SingleCellExpressionDataMatrix
getBioAssayForColumn, getBioAssays, getBioMaterialForColumn, getCellIdForColumn, getCellIds, getColumn, getQuantitationType, getSingleCellDimension
-
Constructor Details
-
AbstractSingleCellExpressionDataMatrix
public AbstractSingleCellExpressionDataMatrix()
-
-
Method Details
-
getRowLabel
Description copied from class:AbstractExpressionDataMatrix
Obtain a label suitable for describing a row of the matrix.- Specified by:
getRowLabel
in classAbstractExpressionDataMatrix<T>
-
getColumnLabel
Description copied from class:AbstractExpressionDataMatrix
Obtain a label suitable for describing a column of the matrix.- Specified by:
getColumnLabel
in classAbstractExpressionDataMatrix<T>
-