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.analysis.expression.coexpression.links
Methods in ubic.gemma.core.analysis.expression.coexpression.links that return types with arguments of type ExpressionDataMatrixRowElementModifier and TypeMethodDescriptionAbstractMatrixRowPairAnalysis.getMatrix()
AbstractMatrixRowPairAnalysis.getMatrix()
Methods in ubic.gemma.core.analysis.expression.coexpression.links with parameters of type ExpressionDataMatrixRowElementModifier and TypeMethodDescriptionAbstractMatrixRowPairAnalysis.getProbeForRow
(ExpressionDataMatrixRowElement rowEl) MatrixRowPairAnalysis.getProbeForRow
(ExpressionDataMatrixRowElement rowEl) -
Uses of ExpressionDataMatrixRowElement in ubic.gemma.core.datastructure.matrix
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 TypeMethodDescriptionint
ExpressionDataMatrixRowElement.compareTo
(ExpressionDataMatrixRowElement o) Constructors in ubic.gemma.core.datastructure.matrix with parameters of type ExpressionDataMatrixRowElementModifierConstructorDescription
ExpressionDataMatrix.getDesignElementForRow(int)
instead