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 StringgetColumnLabel(int j) Obtain a label suitable for describing a column of the matrix.protected StringgetRowLabel(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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.core.datastructure.matrix.ExpressionDataMatrix
columns, get, getDesignElementForRow, getDesignElements, getExpressionExperiment, getRow, getRow, getRowElement, getRowElements, getRowIndex, getRowIndices, rows, sliceRowsMethods 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:AbstractExpressionDataMatrixObtain a label suitable for describing a row of the matrix.- Specified by:
getRowLabelin classAbstractExpressionDataMatrix<T>
-
getColumnLabel
Description copied from class:AbstractExpressionDataMatrixObtain a label suitable for describing a column of the matrix.- Specified by:
getColumnLabelin classAbstractExpressionDataMatrix<T>
-