heat_maps: Heat maps

View source: R/main.R

heat_mapsR Documentation

Heat maps

Description

Plot heat maps of gene expression data. Optionally sort the x-axis according to a predetermined clustering.

Usage

heat_maps(dat, clustering = NULL, y_lab = NULL)

Arguments

dat

matrix of gene expression data.

clustering

a vector of sample classifications. Must be same length as the number of columns in dat.

y_lab

optional label for y-axis.

Value

A ggplot2 heat map.

Examples


example <- heat_maps(alon_data[seq_len(100), ])



andrewthomasjones/EMMIXgene_no_f documentation built on Feb. 3, 2024, 3:38 p.m.