overlap(PCpheno)
overlap()所属R语言包:PCpheno
Count the number of proteins shared by protein complexes
计算数量的蛋白质,蛋白质复合物共享
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Count the number of proteins shared by protein complexes
计算数量的蛋白质,蛋白质复合物共享
用法----------Usage----------
overlap(interactome)
参数----------Arguments----------
参数:interactome
Binary matrix composed of genes (rows) and biological complexes (columns) (see package ScISI)
基因(行)和生物复合物(列)组成的二元矩阵(见ScISI包)
值----------Value----------
The returned value is a data frame with components:
返回值是一个组件的数据框:
参数:C1
Name of the first biological complex
名称的第一个生物复杂
参数:C2
Name of the second biological complex
第二个生物复杂的名称
参数:nbSharedProt
Number of proteins in common
在共同的蛋白质
作者(S)----------Author(s)----------
N. LeMeur
参见----------See Also----------
ScISI
ScISI
举例----------Examples----------
xx = cbind("a"=c(0,1,1,1),"b"=c(1,1,0,1))
overlap(xx)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|