Parse RELATION elements from KGML files
解析从KGML文件的有关元素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
RELATION elements in KGML files record the binary relationships between ENTRY elements, corresponding to (directed) edges in a graph. 'parseRelation' function parses RELATION elements into KEGGEdge-class objects from KGML files. It is not expected to be called directly by the user.
KGML文件中的有关元素记录entry元素之间的二元关系,相应的(定向)在图的边缘。 parseRelation功能解析成KEGGEdge-classKGML文件的对象关系元素。据预计可以由用户直接调用。
用法----------Usage----------
parseRelation(relation)
参数----------Arguments----------
参数:relation
XML node of KGML file
KGML文件的XML节点
Details
详情----------Details----------
See http://www.genome.jp/kegg/docs/xml/ for more details about 'relation' as well as other elements in KGML files.
有关“关系”,以及其他元素在KGML文件的更多细节,请参阅http://www.genome.jp/kegg/docs/xml/。
值----------Value----------
An object of link{KEGGEdge}.
link{KEGGEdge}的对象。
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>