topInteraction(SLGI)
topInteraction()所属R语言包:SLGI
Extract interacting biological complexes
提取生物复合物的相互作用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract the top X interacting biological complexes.
提取生物复合物相互作用的顶端X。
用法----------Usage----------
topInteraction(data,top=10)
参数----------Arguments----------
参数:data
Square matrix of biological complexes that shares one or more genes(proteins)
生物复合物的方阵,股份的一个或多个基因(蛋白质)
参数:top
Interger that represents the percentage of interacting complexe
基于整数表示相互作用的配合物的百分比
值----------Value----------
Data frame of biological complexes that interact. The first two columns are the cellular organizational units names and the third column indicates the number of interactions.
数据框的生物复合物的相互作用。前两列单元的组织单位名称,第三列表示的互动。
作者(S)----------Author(s)----------
N. LeMeur
举例----------Examples----------
data(Atong)
data(ScISIC)
data(SGA)
SLa2 <- gi2Interactome(Atong, ScISIC)
## Search for synthetic lethal interaction[#搜索合成致命的相互作用]
compM <- getInteraction(SLa2, SGA, ScISIC)
top10Interaction<- topInteraction(compM$bwMat,top=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|