Uses of Interface
ubic.gemma.core.visualization.Heatmap
-
Packages that use Heatmap Package Description ubic.gemma.core.visualization ubic.gemma.web.taglib.expression.experiment -
-
Uses of Heatmap in ubic.gemma.core.visualization
Classes in ubic.gemma.core.visualization that implement Heatmap Modifier and Type Class Description class
ExpressionDataHeatmap
Expression data heatmap for experiments and subsets.class
SingleCellSparsityHeatmap
Heatmap that displays the sparsity of single-cell data. -
Uses of Heatmap in ubic.gemma.web.taglib.expression.experiment
Classes in ubic.gemma.web.taglib.expression.experiment with type parameters of type Heatmap Modifier and Type Class Description class
AbstractHeatmapTag<T extends Heatmap>
Fields in ubic.gemma.web.taglib.expression.experiment declared as Heatmap Modifier and Type Field Description protected T
AbstractHeatmapTag. heatmap
Heatmap to render.
-