R语言-heatmap 参数具体描述.doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
heatmap(stats) heatmap()所属R语言包:stats Draw a Heat Map 绘制热图 译者:生物统计家园网 机器人LoveR 描述----------Description---------- A heat map is a false color image (basically image(t(x))) with a dendrogram added to the left side and to the top. Typically, reordering of the rows and columns according to some set of values (row or column means) within the restrictions imposed by the dendrogram?is carried out. 热图是一个虚假的彩色图像(基本上image(t(x)))与树状添加到左侧和顶端。通常情况下,根据树状图所施加的限制范围内的值(行或列方式)一些行和列重新排序开展。 用法----------Usage---------- heatmap(x, Rowv=NULL, Colv=if(symm)Rowv else NULL, distfun = dist, hclustfun = hclust, reorderfun = function(d,w) reorder(d,w), add.expr, symm = FALSE, revC = identical(Colv, Rowv), scale=c(row, column, none), na.rm = TRUE, margins = c(5, 5), ColSideColors, RowSideColors, cexRow = 0.2 + 1/log10(nr), cexCol = 0.2 + 1/log10(nc), labRow = NULL, labCol = NULL, main = NULL, xlab = NULL, ylab = NULL, keep.dendro = FALSE, verbose = getOption(verbose), ...) 参数----------Arguments---------- 参数:x numeric matrix of the values to be plotted. 要绘制的值的数字矩阵。 参数:Rowv determines if and how the row dendrogram should be computed and reordered. Either a dendrogram or a vector of values used to reorder the row dendrogram or NA to suppress any row dendrogram (and reordering) or by default, NULL, see Details below. 决定是否和如何计算和重新排列行聚类分析应。无论是dendrogram或用来重新排列行树状或值的向量NA镇压任何行聚类分析和重新排序或默认情况下,NULL,请参阅下面的“详细资料”。 参数:Colv determines if and how the column dendrogram should be reordered. Has the same options as the Rowv argument above and additionally when x is a square matrix, Colv = Rowv means that columns should be treated identically to the rows (and so if there is to be no row dendrogram there will not be a column one either). 决定是否以及如何重新排序列树状应。有Rowv上述论点,另外,当x是一个方阵,Colv = Rowv列应相同对待行(所以如果有是没有相同的选项行聚类分析,将不会是一个1或者列)。 参数:distfun function used to compute the distance (dissimilarity) between both rows and columns. Defaults to dist. 函数用于计算行和列之间的距离(相异)。 dist默认。 参数:hclustfun function used to co

文档评论(0)

清籁 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档