LCjoin(apComplex)
LCjoin()所属R语言包:apComplex
Computes change in LxC measure
计算LXC措施的变化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the change in the P=LxC measure for AP-MS protein data when two protein complex estimates are combined into one complex.
当两个蛋白复合物的估计是组合成一个复杂的计算,在P = LXC措施AP-MS蛋白质数据的变化。
Details
详情----------Details----------
These functions are used to evaluate changes in the penalized likelihood when two complexes are combined. They are not meant to be directly used.
这些功能是用来评估受到惩罚的可能性的变化,当两个复合物结合。他们是注定不会被直接使用。
值----------Value----------
The numeric value of the change in P=LxC when two complexes are combined.
两种配合物结合时,P = LXC变化的数值。
作者(S)----------Author(s)----------
Denise Scholtens
参考文献----------References----------
interaction data. Statistical Applications in Genetics and Molecular Biology 3, Article 39 (2004).
networks. Bioinformatics 21, 3548-3557 (2005).
参见----------See Also----------
bhmaxSubgraph,mergeComplexes,findComplexes
bhmaxSubgraph,mergeComplexes,findComplexes
举例----------Examples----------
data(apEX)
PCMG0 <- bhmaxSubgraph(apEX)
PCMG1 <- mergeComplexes(PCMG0,apEX,sensitivity=.7,specificity=.75)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|