plotTissuesDistance | R Documentation |
Plot heatmap based on the result of tissueDistance
plotTissuesDistance(DF, method = "ward.D", notecol = "gray37",
col = colorRampPalette(c("aliceblue", "darkcyan")))
DF |
numeric data.frame; output of tissueDistance |
method |
character string, name of the agglomeration method to be used (hclust) This should be (an unambiguous abbreviation of) one of "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC). |
notecol |
character string. Name of the colour to use for the annotation within the heatmap. |
col |
function to be used to define the colour palette for (gplots) heatmap.2 default: colorRampPalette(c('aliceblue','darkcyan')) |
a heatmap (based on (gplots) heatmap.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.