Uses of Class
ubic.gemma.core.datastructure.matrix.AbstractExpressionDataMatrix
Packages that use AbstractExpressionDataMatrix
Package
Description
This package contains data structures for representing matrices of gene expression.
-
Uses of AbstractExpressionDataMatrix in ubic.gemma.core.datastructure.matrix
Subclasses of AbstractExpressionDataMatrix in ubic.gemma.core.datastructure.matrixModifier and TypeClassDescriptionclass
Base class for bulk expression data matrices.class
Base class for ExpressionDataMatrix implementations that can deal with multiple BioAssays per BioMaterial.class
class
class
A bulk expression data matrix that can be efficiently accessed as a primitive int matrix.class
An empty bulk expression data matrix.class
Used to make a 'dummy matrix' that has the column information populated.class
Matrix of booleans mapped from an ExpressionExperiment.class
A data structure that holds a reference to the data for a given expression experiment.class
Warning, not fully tested.class
class
A wrapper for anExpressionDataMatrix
that applies a mask to the data, allowing selective access to the underlying matrix.class
class