heat_maps {EMMIXgene} | R 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), ])
[Package EMMIXgene version 0.1.4 Index]