FootruleMatrix(GeneExpressionSignature)
FootruleMatrix()所属R语言包:GeneExpressionSignature
Create a footrule-matrix
创建一个footrule矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute distances between any two ranked lists with the same length, and create a n-n matrix, where n is the length of the ranked lists.
任何两个排名列表之间的距离,与相同长度的计算,并创建一个NN矩阵,其中n是长度的排名名单。
用法----------Usage----------
FootruleMatrix(Rankings, n)
参数----------Arguments----------
参数:Rankings
a numeric matrix or a data.frame to be computed
数字矩阵或一个要计算的数据框
参数:n
a number, a non zero value n means a normalized results matrix should be returned.
一个数字,一个非零值n指归的结果应该返回矩阵。
Details
详情----------Details----------
This function uses SMfootrule to compute any two ranked lists in the first argument, a column represents a ranked list in the first argument. n is used to indicate whether the distance matrix is normalized.
此功能使用SMfootrule任何两个排名列表中的第一个参数计算,一列代表排名在第一个参数列表。 n用于指示是否标准化的距离矩阵。
值----------Value----------
This function returns a n-n numberic matrix as a distance matrix, where n is the number of column of the first argument. And the m-n elements in the result should be equal to the n-m elements in the result.
此函数返回1 nn的数字小矩阵,距离矩阵,其中n是数列的第一个参数。和Mn元素的结果应该是平等的结果中的纳米元素。
参见----------See Also----------
SMfootrule, findclosestrank
SMfootrule,findclosestrank
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|