getSubtype-methods | R Documentation |
KEGG stores sub-type of interactions between entities in the KGML files, which can be extracted with this method. The descriptions for the subtypes can be explored at the KGML document manual in the references.
See KEGGEdge-class
for examples. The method for graphs
is a wrapper to extract all subtype information from one graph.
A graph object of KEGGgraph. The method returns a list of subtypes in the same order of edges
An object of KEGGEdge, which stores the subtype information
Jitao David Zhang mailto:jitao_david.zhang@roche.com
KGML Document manual https://www.genome.jp/kegg/docs/xml/
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph") pathway <- parseKGML(sfile) edges <- edges(pathway) subtype <- getSubtype(edges[[1]]) subtype
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.