Last chance! 50% off unlimited learning
Sale ends in
parseRelation
function,
which is not intended to be called by user directlyentry1ID
:entry2ID
:type
:getType-methods
subtype
:KEGGEdgeSubType
signature(obj = "KEGGEdge")
: Get entryIDs
of the edge in the order specified by the direction of the edge signature(object = "KEGGEdge")
: Get the
relation type signature(object = "KEGGEdge")
: Get the names
of edges in the convention of Rgraphviz, 'node1~node2'signature(object = "KEGGEdge")
: Show method KEGGNode-class
mapfile<- system.file("extdata/map00260.xml", package="KEGGgraph")
maptest <- parseKGML(mapfile)
x <- edges(maptest)[[1]]
class(x)
## examples to extract information from KEGGEdge
getName(x)
getEntryID(x)
getType(x)
getSubtype(x)
subtype <- getSubtype(x)[[1]]
getName(subtype)
Run the code above in your browser using DataLab