gg.heatmap.list | R Documentation |
uses ggplot2 to plot heatmaps
gg.heatmap.list(dat, glist = NULL, colrs = NULL, groupCol = "GroupID",
colCol = NULL, lowest = "gray")
dat |
the StefansExpressionSet object |
glist |
a list of probesets to plot (or all) |
colrs |
a list of colors for the sample level boxes (or rainbow colors) |
groupCol |
the column group in the samples table that contains the grouping strings |
colCol |
the column group in the samples table that contains the color groups |
lowest |
the color for the lowest expression value (default NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.