dispersion,RepeatedRanking(GeneSelector)
dispersion,RepeatedRanking()所属R语言包:GeneSelector
Compute genewise dispersion measures for repeated rankings
计算重复排名2-6。分散措施
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Dispersion is computed with respect to ranks, computed genewise. Three different measures are implemented: standard deviation (sd), median absolute deviation (mad), and interquartile
分散与职级计算,计算2-6。三种不同的措施的落实:标准偏差(sd),平均绝对偏差(mad),四分
用法----------Usage----------
dispersion(RR, measure = c("sd", "mad", "iqr"), scheme = c("original", "symmetric", "user"), center = NULL)
参数----------Arguments----------
参数:RR
An object of class RepeatedRanking.
对象类RepeatedRanking。
参数:measure
Specifies the dispersion measure, s. description.
指定的分散措施。说明。
参数:scheme
Specifies how the location parameter is computed. If scheme="original", then the location parameter is chosen as the reference ranking (slot original). If scheme = "symmetric", then original@ranking and rankings are pooled to compute the location parameter either as the joint mean (if measure = "mean") or the joint median (if measure = "median"). Alternatively, the user may provide locations by using the center argument.
计算指定的位置参数。 scheme="original"如果,则位置参数作为参考排名选择(槽original)。如果scheme = "symmetric",则original@ranking和rankings汇集到联合平均计算的位置参数(如果measure=“中庸”),或合资的中位数(如果measure = "median")。另外,用户可以通过使用center参数的位置。
参数:center
Location parameters to be used. Used only if scheme = "user".
要使用位置参数。 scheme=“用户”,如果只使用。
值----------Value----------
A numeric vector containing the dispersion measure for each gene.
一个数字的向量,每一个基因的分散措施。
作者(S)----------Author(s)----------
Martin Slawski <br>
Anne-Laure Boulesteix
参见----------See Also----------
GeneRanking, RepeatedRanking
GeneRanking,RepeatedRanking
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|