This function transforms correlations or other measures of similarity into an unweighted network adjacency.
此功能将相关或相似的其他措施未加权的网络邻接。
用法----------Usage----------
signumAdjacencyFunction(corMat, threshold)
参数----------Arguments----------
参数:corMat
a matrix of correlations or other measures of similarity.
矩阵的相关或相似的其他措施。
参数:threshold
threshold for connecting nodes: all nodes whose corMat is above the threshold will be connected in the resulting network.
用于连接节点:其corMat将被连接在阈值之上产生的网络中的所有节点的阈值。
值----------Value----------
An unweighted adjacency matrix of the same dimensions as the input corMat.
一个未加权的邻接矩阵作为输入corMat的尺寸相同。
(作者)----------Author(s)----------
Steve Horvath
参考文献----------References----------
Analysis", Statistical Applications in Genetics and Molecular Biology: Vol. 4: No. 1, Article 17
参见----------See Also----------
adjacency for soft-thresholding and creating weighted networks.
adjacency软阈值和加权网络。