Uses of Class
ubic.gemma.core.datastructure.matrix.ExpressionDataMatrixRowElement
Packages that use ExpressionDataMatrixRowElement
Package
Description
This package contains data structures for representing matrices of gene expression.
-
Uses of ExpressionDataMatrixRowElement in ubic.gemma.core.datastructure.matrix
Classes in ubic.gemma.core.datastructure.matrix that implement interfaces with type arguments of type ExpressionDataMatrixRowElementModifier and TypeClassDescriptionclassEncapsulates information about the row 'label' for a ExpressionDataMatrix.Methods in ubic.gemma.core.datastructure.matrix that return ExpressionDataMatrixRowElementModifier and TypeMethodDescriptionAbstractBulkExpressionDataMatrix.getRowElement(int row) AbstractMultiAssayExpressionDataMatrix.getRowElement(int index) EmptySingleCellExpressionDataMatrix.getRowElement(int row) ExpressionDataMatrix.getRowElement(int row) Deprecated.MaskedExpressionDataMatrix.getRowElement(int row) Deprecated.SingleCellExpressionDataDoubleMatrix.getRowElement(int row) SingleCellExpressionDataIntMatrix.getRowElement(int row) Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type ExpressionDataMatrixRowElementModifier and TypeMethodDescriptionAbstractBulkExpressionDataMatrix.getRowElements()AbstractMultiAssayExpressionDataMatrix.getRowElements()EmptySingleCellExpressionDataMatrix.getRowElements()ExpressionDataMatrix.getRowElements()Deprecated.useExpressionDataMatrix.getDesignElements()insteadMaskedExpressionDataMatrix.getRowElements()Deprecated.SingleCellExpressionDataDoubleMatrix.getRowElements()SingleCellExpressionDataIntMatrix.getRowElements()Methods in ubic.gemma.core.datastructure.matrix with parameters of type ExpressionDataMatrixRowElementModifier and TypeMethodDescriptionintExpressionDataMatrixRowElement.compareTo(ExpressionDataMatrixRowElement o) Constructors in ubic.gemma.core.datastructure.matrix with parameters of type ExpressionDataMatrixRowElementModifierConstructorDescription
ExpressionDataMatrix.getDesignElementForRow(int)instead