Skip to contents

Draw a heatmap from a glyexp::experiment(). Heatmap of log2-transformed expression values is plotted. Before plotting, zero-variance rows and columns are filtered out to ensure robust clustering.

Usage

plot_heatmap(x, ...)

# S3 method for class 'glyexp_experiment'
plot_heatmap(x, ...)

Arguments

x

A glyexp::experiment() object.

...

Other arguments passed to pheatmap::pheatmap().

Value

A ggplot object.