PCR.heatmap | R Documentation |
This function plots the heatmaps
PCR.heatmap( dataObj, ofile, reorder = F, title = "Heatmap", nmax = 4000, hc.row = NA, ColSideColors = NA, RowSideColors = F, width = 6, height = 6, margins = c(1, 11), lwid = c(1, 6), lhei = c(1, 5), hclustfun = function(c) { hclust(c, method = "ward.D") }, distfun = function(x) as.dist(1 - cor(t(x), method = "pearson")), Rowv = T, ... )
dataObj |
TEXT MISSING |
ofile |
TEXT MISSING |
reorder |
if yes the data matrix will be reordered to the clusters object (default=F) |
title |
TEXT MISSING default='Heatmap' |
nmax |
TEXT MISSING default=4000 |
hc.row |
TEXT MISSING default=NA |
ColSideColors |
TEXT MISSING default=NA |
RowSideColors |
TEXT MISSING default=F |
PCR.heatmap |
TEXT MISSING |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.