checkAdjMat(WGCNA)
checkAdjMat()所属R语言包:WGCNA
Check adjacency matrix
检查邻接矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks a given matrix for properties that an adjacency matrix must satisfy.
检查一个给定的矩阵,邻接矩阵的属性必须满足。
用法----------Usage----------
checkAdjMat(adjMat, min = 0, max = 1)
checkSimilarity(similarity, min = -1, max = 1)
参数----------Arguments----------
参数:adjMat
matrix to be checked
矩阵进行检查
参数:similarity
matrix to be checked
矩阵进行检查
参数:min
minimum allowed value for entries of the input
最低允许值的输入项
参数:max
maximum allowed value for entries of the input
输入的条目的最大允许值
Details
详细信息----------Details----------
The function checks whether the given matrix really is a 2-dimensional numeric matrix, whether it is square, symmetric, and all finite entries are between min and max. If any of the conditions is not met, the function issues an error.
检查是否真的是一个给定矩阵的二维数值矩阵的功能,无论是方形的,对称的,所有的有限条目之间min和max。如果任何的条件没有被满足,该函数发出一个错误。
值----------Value----------
None. The function returns normally if all conditions are met.
无。该函数正常返回,如果所有条件都满足。
(作者)----------Author(s)----------
Peter Langfelder
参见----------See Also----------
adjacency
adjacency
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|