parseRelation | R Documentation |
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.
parseRelation(relation)
relation |
XML node of KGML file |
See https://www.genome.jp/kegg/docs/xml/ for more details about 'relation' as well as other elements in KGML files.
An object of link{KEGGEdge}
.
Jitao David Zhang <jitao_david.zhang@roche.com>
https://www.genome.jp/kegg/docs/xml/
KEGGEdge-class
, parseEntry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.