interactors(RpsiXML)
interactors()所属R语言包:RpsiXML
Get information of interactors of the given object
获取给定对象的信息团团员
译者:生物统计家园网 机器人LoveR
描述----------Description----------
interactors gets the list of interactors stored in the given object. One can also assign a list to replace old interactors.
interactors获得在给定的对象存储团团员名单。也可以指定一个列表,以取代旧团团员。
numInteractors returns the length of interactors.
numInteractors返回的长度团团员。
用法----------Usage----------
interactors(x)
interactors(x) <- value
numInteractors(x)
参数----------Arguments----------
参数:x
An object of the subclass of interactorListBase
一个的interactorListBase的子类对象
参数:value
A list of interactors
一个团团员名单
值----------Value----------
The getting method returns a list of interactors. The setting method mutates the object. The count method returns the list length as integer.
获得方法返回一个团团员名单。设置方法变异的对象。计数方法返回列表的长度为整数。
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>
参见----------See Also----------
psimi25InteractionEntry-class, psimi25ComplexEntry-class
psimi25InteractionEntry-class,psimi25ComplexEntry-class
举例----------Examples----------
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
hprdxml <- file.path(xmlDir, "hprd_200709_test.xml")
hprdSet <- parsePsimi25Interaction(hprdxml, HPRD.PSIMI25)
interactors(hprdSet)
## Not run:[#无法运行:]
intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml")
intactComplexSet <- parsePsimi25Complex(intactComplexxml,
INTACT.PSIMI25)
interactors(intactComplexSet)
numInteractors(intactComplexSet)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|