parseEntry(KEGGgraph)
parseEntry()所属R语言包:KEGGgraph
Parse ENTRY elements of KGML document
解析的KGML笔entry元素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ENTRY elements contain information of nodes (proteins, enzymes, compounds, maps, etc) in KEGG pathways. 'parseEntry' function parses the elements into link{KEGGNode-class} or KEGGGroup-class objects. It is not expected to be called directly by the user.
entry元素包含在KEGG通路节点的信息(蛋白质,酶,化合物,图等)。 “parseEntry”功能解析到link{KEGGNode-class}或KEGGGroup-class对象中的元素。据预计可以由用户直接调用。
用法----------Usage----------
parseEntry(entry)
参数----------Arguments----------
参数:entry
XML node of KGML file
KGML文件的XML节点
Details
详情----------Details----------
See http://www.genome.jp/kegg/docs/xml/ for more details about 'entry' as well as other elements in KGML files.
关于“进入”,以及其他元素在KGML文件的更多细节,请参阅http://www.genome.jp/kegg/docs/xml/。
值----------Value----------
An object of link{KEGGNode} or (in case of a group node) link{KEGGGroup}
link{KEGGNode}或(在一组节点的情况下)link{KEGGGroup}对象
作者(S)----------Author(s)----------
Jitao David Zhang <jitao_david.zhang@roche.com>
参考文献----------References----------
<h3>See Also</h3> <code>parseGraphics</code>, <code>parseKGML</code>,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|