powered by
Plot heat maps of gene expression data. Optionally sort the x-axis according to a predetermined clustering.
heat_maps(dat, clustering = NULL, y_lab = NULL)
A ggplot2 heat map.
matrix of gene expression data.
a vector of sample classifications. Must be same length as the number of columns in dat.
optional label for y-axis.
example <- heat_maps(alon_data[seq_len(100), ])
Run the code above in your browser using DataLab