getEntryID-methods(KEGGgraph)
getEntryID-methods()所属R语言包:KEGGgraph
Get entry ID for single or list of KEGGNode or KEGGedge object(s)
条目ID获取单个或列表KEGGNode或KEGGedge对象(S)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The method extracts EntryIDs from KEGGNode-class or KEGGEdge-class object(s).
该方法提取从KEGGNode-class或KEGGEdge-class对象(S)EntryIDs。
In case of KEGGEdge-class objects, the entryID of the nodes involved in the binary are returned as a vector in the order specified by the direction of the relation, that is, if the edge is defined as A->B, then the entryID returned from the edge equals to c(getEntryID(A), getEntryID(B)).
在KEGGEdge-class对象的情况下,二进制文件中所涉及的节点的EntryID返回在指定的顺序关系的方向,也就是说,如果边缘被定义为A-> B的向量,然后从边缘返回的EntryID等于C(getEntryID(A)getEntryID(二))。
方法----------Methods----------
obj = "KEGGEdge" Object of KEGGEdge-class
OBJ =的“KEGGEdge”的对象KEGGEdge-class
obj = "list" A wrapper for list of KEGGNode-class or
OBJ =“列表”包装列表KEGGNode-class或
作者(S)----------Author(s)----------
Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">mailto:jitao_david.zhang@roche.com</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|