找回密码
 注册
查看: 617|回复: 0

R语言 RpsiXML包 psimi25XML2Graph()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:25:42 | 显示全部楼层 |阅读模式
psimi25XML2Graph(RpsiXML)
psimi25XML2Graph()所属R语言包:RpsiXML

                                         Convert a vector of PSI-MI 2.5 XML files into graph objects
                                         矢量的PSI心梗的2.5 XML文件转换成图形对象

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The function psimi25XML2Graph take a vector of XML 2.5 files from te same data source and generates a graph object based on the type of the files. psimi25XML2Graph is a wrapper for interactionEntry2graph and complexEntry2graph, which transform interactionEntry list and complexEntry list into graphs respectively.
功能psimi25XML2GraphTE相同的数据源的XML 2.5文件的向量和文件类型的基础上生成一个图形对象。“ psimi25XML2GraphinteractionEntry2graph和complexEntry2graph,转化成图表interactionEntry列表和complexEntry列表,分别是包装。


用法----------Usage----------


psimi25XML2Graph(psimi25files, psimi25source, type = "interaction",
directed = TRUE, ...)



参数----------Arguments----------

参数:psimi25files
Single file name or a vector of PSI-MI 2.5 XML file names or URLs. In case of splitted data the latter form is preferred. Different datasets or datasets from different sources should not be put into the same vector.  
单个文件名或PSI心梗2.5 XML文件名或URL的向量。后者的形式在劈裂资料的情况下是首选。不同的数据集或数据集从不同的来源,不应放入同一向量。


参数:psimi25source
Source of the PSI-MI 2.5 XML file, see psimi25Source-class  
PSI心梗2.5 XML文件的来源,看到psimi25Source-class


参数:type
A character string which is either "interaction" or "complex". As the value suggests, use "interaction" if the XML file contains experimental physical data, and "complex" if the file contains curated protein complex membership data.
一个字符串是“互动”或“复杂”。作为价值的建议,使用“互动”,如果XML文件包含的物理实验数据,“复杂”,如果该文件包含策划蛋白质复合体的成员数据。


参数:directed
Logical, whehter the returned graph object should be directed or undirected  
逻辑,whehter返回图形对象应当向或无向


参数:...
Other parameters passed to parsePsimi25Interaction  
其他参数传递parsePsimi25Interaction


值----------Value----------

If type is "interaction",  then a resulting psimi25Graph object is genertated on the aggregation of the XML files. Otherwise if type is "complex,", a resulting psimi25HyperGraph object is generated on the aggregate of the XML files.
如果类型是“互动”,然后导致psimi25Graph对象的XML文件的聚集genertated。否则,如果类型是“复杂”,产生的psimi25HyperGraph对象生成XML文件的总和。


作者(S)----------Author(s)----------


Jitao David Zhang, Tony Chiang



参见----------See Also----------

psimi25Source-class, psimi25Graph-class, psimi25Hypergraph-class
psimi25Source-class,psimi25Graph-class,psimi25Hypergraph-class


举例----------Examples----------


xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")

intactxml <- file.path(xmlDir, "intact_2008_test.xml")
intactGraph <- psimi25XML2Graph(intactxml, INTACT.PSIMI25, type="interaction")

intactComplexxml <- file.path(xmlDir,"intact_complexSample.xml")
intactComplexGraph <- psimi25XML2Graph(intactComplexxml, INTACT.PSIMI25, type="complex")

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-25 03:43 , Processed in 0.024752 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表