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

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

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

                                        Simple aggregation of repeated rankings
                                         重复排名的简单聚合

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

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

All obtained rankings are aggregated by a genewise summary measure.
所有获得的排名是由1 2-6。总结measure汇总。


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


  AggregateSimple(RR, measure = c("mode", "mean", "trimmed.mean", "median", "quantile"), q=NULL, trim = NULL)



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

参数:RR
An object of class RepeatedRanking
一个对象的类RepeatedRanking


参数:measure
The statistic to be used as basis for the aggregated ranking.     
用作统计汇总排名的基础上。

modeThe rank occuring most frequently. If several ranks occur equally often, the lowest one is used.  
modeThe排名易出现最频繁的。如果有几个队伍同样经常发生,使用最低的国家之一。

meanThe mean of the ranks.  
meanThe意味着队伍。

trimmed.meanThe trimmed mean of the ranks, i.e. the mean resulting when throwing away the trim*100 percent most extreme observations at both tails.  
trimmed.meanThe修剪意味着队伍,即平均扔掉两个尾巴trim* 100%,最极端的意见时。

medianThe median of the ranks.  
medianThe位数的行列。

quantileThe q-quantile, 0 <= q <= 1, of the ranks.   
quantileTheq-位数,0 <= q <= 1“的行列。


参数:q
Only specified if measure="quantile".
如果measure="quantile"唯一指定的。


参数:trim
s. trimmed.mean.
第trimmed.mean。


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

An object of class AggregatedRanking.
对象类AggregatedRanking。


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


Martin Slawski  <br>
Anne-Laure Boulesteix



参见----------See Also----------

RepeatRanking, AggregateSVD, AggregatePenalty, AggregateMC
RepeatRanking,AggregateSVD,AggregatePenalty,AggregateMC


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


## Load toy gene expression data[#加载玩具基因表达数据]
data(toydata)
### class labels[##类的标签]
yy <- toydata[1,]
### gene expression[##基因表达]
xx <- toydata[-1,]
### run RankingTstat[#运行RankingTstat的]
ordT <- RankingTstat(xx, yy, type="unpaired")
### Generate Leave-one-out Foldmatrix[#生成留出Foldmatrix]
loo <- GenerateFoldMatrix(y = yy, k=1)
### Get all rankings[#获取所有排名]
loor_ordT <- RepeatRanking(ordT, loo)
### aggregate rankings[#总排名]
agg_simple_ordT <- AggregateSimple(loor_ordT, measure ="mean")
toplist(agg_simple_ordT)

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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