rank.genes(SAGx)
rank.genes()所属R语言包:SAGx
Rank genes with respect to multiple criteria
排名有多个标准的基因
译者:生物统计家园网 机器人LoveR
描述----------Description----------
It is assumed that genes come in rows and the criteria in columns. Furthermore, high values should be good. After ranking the genes with respect to each criterion, the function does a PCA on the ranks, uses the firsta PC to obtain the final ranks. In principle it could happen that genes are ranked in the opposite direction to the one intended, but that should be evident from a quick glance at the
据推测,基因中的行和列的标准来。此外,高值应该是好的。居每个标准的基因后,功能确实对队伍的PCA,使用firsta PC获得最终的行列。原则上,它可能发生的基因在相反的方向排列的打算,但应该是在快速的一瞥明显
用法----------Usage----------
rank.genes(data = indats)
参数----------Arguments----------
参数:data
A matrix with the criteria in columns.
一个矩阵列标准。
值----------Value----------
The total ranks of the genes.
基因的总行列。
作者(S)----------Author(s)----------
Per Broberg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|