heat_maps: Heat maps

Description Usage Arguments Value Examples

View source: R/main.R

Description

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

Usage

1
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

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

EMMIXgene documentation built on March 26, 2020, 7:12 p.m.