regHeatmap(Heatplus)
regHeatmap()所属R语言包:Heatplus
Regular heatmaps with a legend
传说经常热图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creating regular heatmaps, without annotation, but allowing for a legend
创建定期的热图,无注释,但允许一个传奇
用法----------Usage----------
regHeatmap(x, ...)
## Default S3 method:
regHeatmap(x, dendrogram = list(clustfun = hclust, distfun = dist, status = "yes"), labels = NULL, legend = TRUE, ...)
参数----------Arguments----------
参数:x
a numerical matrix
一个数值矩阵
参数:dendrogram
a list controlling the options for row- and column dendrogram, see annHeatmap2
控制行和列树状选项列表,请参阅annHeatmap2
参数:labels
a list controlling the row- and column labels as well as their location and size, see annHeatmap2
控制行和列的标签,以及他们的位置和大小的列表,请参阅annHeatmap2
参数:legend
either a logical value, indicating whether to draw a legend at the default location determined by the function, or one of the sides of the plot (1-4), see annHeatmap2
无论是逻辑值,指示是否提请一个传奇,在由功能决定的默认位置,或一个图(1-4)的两侧,看到annHeatmap2
参数:...
extra options passed to annHeatmap2
额外的选项,通过annHeatmap2
Details
详情----------Details----------
A gelded wrapper for annHeatmap2 that allows for heatmaps without annotation or clustering on the dendrograms, but still offer some control over dendrograms, labels and legend.
一个阉割包装annHeatmap2,可以不标注或聚类,聚类的热图,但仍提供一些控制了聚类,标签和传说。
These functions generate an object representing the heatmap; in order to produce graphical output, you have to invoke the plot method, see Examples.
这些函数生成的对象代表的热图,以生产图形输出,你必须调用plot方法,看到的例子。
值----------Value----------
An object of class annHeatmap
一个对象的类annHeatmap
参见----------See Also----------
annHeatmap, annHeatmap2, plot.annHeatmap
annHeatmap,annHeatmap2,plot.annHeatmap
举例----------Examples----------
## Default[#默认]
set.seed(219)
mat = matrix(rnorm(100), ncol=5)
map1 = regHeatmap(mat)
plot(map1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|