krubor(GeneExpressionSignature)
krubor()所属R语言包:GeneExpressionSignature
Aggregate all ranked lists into one list
聚合成一个列表中的所有排名名单
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a matrix with one column representing all the input ranked lists, get a single Prototype Ranked List(PRL)
返回一个代表所有输入排名名单列矩阵,得到一个原型的排名名单(催乳素)
用法----------Usage----------
krubor(...)
参数----------Arguments----------
参数:...
column vectors,matrices or data.frames. These can be given as named arguments. The mode of arguments must be numeric.
列向量,矩阵或data.frames。这些都可以作为命名参数。模式的参数必须是数字。
Details
详情----------Details----------
This function is aim to aggregate all ranked lists with the same state into one single ranked list. First, remove the duplicate columns. If there are the same columns in combination, delete the same columns until only one of them left. Second, aggregate the lists with the same state using the Borda Merging Method until only one single list left.
此功能旨在聚合所有排名列出成一个单一的排名列表具有相同的状态。首先,删除重复的列。如果有相同的列组合,删除相同的列,直到只有其中一人离开。第二,总列出具有相同的使用博达合并方法只有一个单一的名单离开,直到状态。
The arguments can be a mix of matrices, vectors and data.frames. The length of the column of the matrices or data.frames and the length of the vectors must be equal.
该参数可以是一个矩阵,向量和data.frames的组合。的矩阵或data.frames,和列向量的长度的长度必须相等。
值----------Value----------
A matrix with one column as the aggregated list.
与聚合列表中的一列的矩阵。
参见----------See Also----------
aggregatewhich uses krubor to aggregate ranked lists according to the biological states.
aggregate使用krubor根据生物的状态,以总排名名单。
举例----------Examples----------
## the inputs are in the same class[#在同一类的投入]
krubor(matrix(2,3,3),matrix(3,3,3))
## the inputs are mixed[#混合输入]
krubor(matrix(2,3,3),as.data.frame(matrix(3,3,3)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|