GGenomics UI
Components/Viewers

Expression Heatmap

@genomics/expression-heatmap

Genes × samples, row z-scored.

Preview

16 genes × 8 samples · row z-score
Use left and right arrow keys to move between columns, up and down to move between rows, Shift plus arrow to jump ten, Home and End for the ends of the row, Control or Command plus Home and End for the first and last cell, Enter to select, Escape to clear the selection.

About

An expression matrix painted on a blue–white–red diverging scale, row z-scored by default. Row and column labels; hover reports the cell and can broadcast the gene for linking to a volcano-plot.

Usage

import { ExpressionHeatmap } from "@/components/ui/expression-heatmap"

<ExpressionHeatmap matrix={matrix} selectedGene={gene} onSelectGene={setGene} />
Registry dependencies
Source: components/ui/expression-heatmap.tsx