bait(RpsiXML)
bait()所属R语言包:RpsiXML
Extract bait, prey, participant, inhibitor, pubmed, confidence value, interaction type,
提取诱饵,猎物,参与者,抑制剂,医学,信心值,互动式,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The functions return bait/prey UniProt identifier of the given psimi25Interaction object.
函数返回诱饵/猎物UniProt给定的psimi25Interaction对象的标识符。
用法----------Usage----------
bait(x,...)
prey(x,...)
participant(x,...)
inhibitor(x,...)
pubmedID(x,...)
confidenceValue(x,...)
neutralComponent(x,...)
参数----------Arguments----------
参数:x
An object of psimi25Interaction-class, see example
一个psimi25Interaction-class的对象,见示例
参数:...
Other parameters to control the identifier returned, not implemented yet
其他参数来控制的标识符返回,尚未实现
值----------Value----------
The source database identifier is returned.
源数据库标识符返回。
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>, Tony Chiang <tchiang@ebi.ac.uk>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
gridxml <- file.path(xmlDir, "biogrid_200804_test.xml")
gridSet <- parsePsimi25Interaction(gridxml, BIOGRID.PSIMI25)
interExp <- interactions(gridSet)[[1]]
bait(interExp)
prey(interExp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|