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), ])



EMMIXgene documentation built on May 29, 2024, 7:09 a.m.