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 Constructor Description AbstractSingleCellExpressionDataMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
getRowLabel
protected String getRowLabel(int i)
Description copied from class:AbstractExpressionDataMatrix
Obtain a label suitable for describing a row of the matrix.- Specified by:
getRowLabel
in classAbstractExpressionDataMatrix<T>
-
getColumnLabel
protected String getColumnLabel(int j)
Description copied from class:AbstractExpressionDataMatrix
Obtain a label suitable for describing a column of the matrix.- Specified by:
getColumnLabel
in classAbstractExpressionDataMatrix<T>
-
-