找回密码
 注册
查看: 470|回复: 0

R语言 GeneSelector包 HeatmapRankings()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 19:03:07 | 显示全部楼层 |阅读模式
HeatmapRankings(GeneSelector)
HeatmapRankings()所属R语言包:GeneSelector

                                        Heatmap of genes and rankings
                                         基因和排名的热图

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Cluster genes and repeated rankings simultaneously based on a data matrix of ranks whose columns correspond to rankings and whose rows correspond to genes. The main goal is to compare different ranking procedures and to examine whether there are differences among them. Up to now, the Euclidean metric and complete-linkage clustering is used to generate
同时基于数据矩阵的行列,其列对应的排名和他们的行对应的基因簇基因和重复排名。其主要目的是比较不同的排名程序,并研究它们之间是否有差异。到现在为止,使用欧氏度量和完整的联动聚类生成


用法----------Usage----------


HeatmapRankings(RR, ind=1:100)



参数----------Arguments----------

参数:RR
An object of class RepeatedRanking, usually generated from a call to MergeMethods.
一个类RepeatedRanking的对象,通常调用到MergeMethods从产生。


参数:ind
A vector of gene indices whose ranks are used to generate the heatmap. The number of elements should not be too large (not greater than 500) due to high time- and memory requirements.
一个向量的基因指标,其使用产生的热图的行列。元素的数量不宜过大(不大于500)由于高时间和内存的要求。


值----------Value----------

A heatmap (plot).
一个热图(图)。


作者(S)----------Author(s)----------


Martin Slawski <br>
Anne-Laure Boulesteix



参考文献----------References----------

Dudoit, S. (editors), 2005.<br> Bioinformatics and Computational Biology Solutions Using R and Bioconductor, Chapter 10: Visualizing Data.

举例----------Examples----------


## Load toy gene expression data[#加载玩具基因表达数据]
data(toydata)
### class labels[##类的标签]
yy <- toydata[1,]
### gene expression[##基因表达]
xx <- toydata[-1,]
### Get Rankings from five different statistics[#获取来自五个不同的统计排名]
ordinaryT <- RankingTstat(xx, yy, type="unpaired")
baldilongT <- RankingBaldiLong(xx, yy, type="unpaired")
samT <- RankingSam(xx, yy, type="unpaired")
wilc <- RankingWilcoxon(xx, yy, type="unpaired")
wilcebam <- RankingWilcEbam(xx, yy, type="unpaired")
merged <- MergeMethods(list(ordinaryT, baldilongT, samT, wilc, wilcebam))
### plot the heatmap[#绘制的热图]
HeatmapRankings(merged, ind=1:100)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-7 19:01 , Processed in 0.020131 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表