Uses of Class
ubic.gemma.core.datastructure.matrix.ExpressionDataMatrixRowElement
-
Packages that use ExpressionDataMatrixRowElement Package Description ubic.gemma.core.analysis.expression.coexpression.links ubic.gemma.core.datastructure.matrix 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 ExpressionDataMatrixRowElement Modifier and Type Method Description Matrix2D<ExpressionDataMatrixRowElement,ExpressionDataMatrixRowElement,Double>
AbstractMatrixRowPairAnalysis. getMatrix()
Matrix2D<ExpressionDataMatrixRowElement,ExpressionDataMatrixRowElement,Double>
AbstractMatrixRowPairAnalysis. getMatrix()
Methods in ubic.gemma.core.analysis.expression.coexpression.links with parameters of type ExpressionDataMatrixRowElement Modifier and Type Method Description CompositeSequence
AbstractMatrixRowPairAnalysis. getProbeForRow(ExpressionDataMatrixRowElement rowEl)
CompositeSequence
MatrixRowPairAnalysis. getProbeForRow(ExpressionDataMatrixRowElement rowEl)
-
Uses of ExpressionDataMatrixRowElement in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return ExpressionDataMatrixRowElement Modifier and Type Method Description ExpressionDataMatrixRowElement
BaseExpressionDataMatrix. getRowElement(int index)
ExpressionDataMatrixRowElement
BaseExpressionDataMatrix. getRowElement(CompositeSequence designElement)
ExpressionDataMatrixRowElement
ExpressionDataMatrix. getRowElement(int row)
ExpressionDataMatrixRowElement
ExpressionDataMatrix. getRowElement(CompositeSequence designElement)
ExpressionDataMatrixRowElement
SingleCellExpressionDataDoubleMatrix. getRowElement(int row)
ExpressionDataMatrixRowElement
SingleCellExpressionDataDoubleMatrix. getRowElement(CompositeSequence designElement)
ExpressionDataMatrixRowElement
SingleCellExpressionDataIntMatrix. getRowElement(int row)
ExpressionDataMatrixRowElement
SingleCellExpressionDataIntMatrix. getRowElement(CompositeSequence designElement)
Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type ExpressionDataMatrixRowElement Modifier and Type Method Description List<ExpressionDataMatrixRowElement>
BaseExpressionDataMatrix. getRowElements()
List<ExpressionDataMatrixRowElement>
ExpressionDataMatrix. getRowElements()
List<ExpressionDataMatrixRowElement>
SingleCellExpressionDataDoubleMatrix. getRowElements()
List<ExpressionDataMatrixRowElement>
SingleCellExpressionDataIntMatrix. getRowElements()
Methods in ubic.gemma.core.datastructure.matrix with parameters of type ExpressionDataMatrixRowElement Modifier and Type Method Description int
ExpressionDataMatrixRowElement. compareTo(ExpressionDataMatrixRowElement o)
Constructors in ubic.gemma.core.datastructure.matrix with parameters of type ExpressionDataMatrixRowElement Constructor Description ExpressionDataMatrixRowElement(ExpressionDataMatrixRowElement toCopy)
-