sigmoidAdjacencyFunction(WGCNA)
sigmoidAdjacencyFunction()所属R语言包:WGCNA
Sigmoid-type adacency function.
乙状结肠型adacency功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sigmoid-type function that converts a similarity to a weighted network adjacency.
,乙状结肠型功能,将加权网络邻接的相似。
用法----------Usage----------
sigmoidAdjacencyFunction(ss, mu = 0.8, alpha = 20)
参数----------Arguments----------
参数:ss
similarity, a number between 0 and 1. Can be given as a scalar, vector or a matrix.
相似性,0和1之间的一个数。可被指定为一个标量,向量或矩阵。
参数:mu
shift parameter.
转移参数。
参数:alpha
slope parameter.
斜率参数。
Details
详细信息----------Details----------
The sigmoid adjacency function is defined as 1/(1 + exp(-alpha * (ss - mu))).
乙状结肠邻接函数被定义为1/(1 + exp(-alpha * (ss - mu)))。
值----------Value----------
Adjacencies returned in the same form as the input ss
邻接在相同的形式返回作为输入ss
(作者)----------Author(s)----------
Steve Horvath
参考文献----------References----------
Network Analysis", Statistical Applications in Genetics and Molecular Biology: Vol. 4: No. 1, Article 17
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|