| plotCorPhm | R Documentation | 
Plot a correlation matrix as heatmap. Wraps around pheatmap. Note that no clustering will be performed if not supplied with an appropriate clustering dendrogram
plotCorPhm(
  cc,
  clustDend = NULL,
  sampleAnnot = NA,
  color = colorRampPalette(rev(colpal.cont(n = 11, name = "cb.RdBu")))(100),
  breaks = seq(-1 - 1e-06, 1 + 1e-06, length.out = length(color) + 1),
  border_color = NA,
  ...
)
| cc | a correlation matrix (as returned by  | 
| clustDend | a clustering dendrogram to be used. Set to  | 
| sampleAnnot | a data.frame containing sample information to color by (corrsponds to  | 
| color | see  | 
| breaks | see  | 
| border_color | see  | 
| ... | parameters passed on to  | 
invisibly the result of a call to pheatmap()
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.