Learn R Programming

KEGGgraph (version 1.30.0)

getTitle-methods: Get title for given element

Description

The methods get title attribute for given KGML element, for example for objects of KEGGPathway-class or KEGGPathwayInfo-class

Arguments

Methods

object = "KEGGPathway"
An object of KEGGPathway-class
object = "KEGGPathwayInfo"
An object of KEGGPathwayInfo-class

References

KGML Document manual http://www.genome.jp/kegg/docs/xml/

Examples

Run this code
sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)

getTitle(pathway)

pi <- getPathwayInfo(pathway)
getTitle(pi)

Run the code above in your browser using DataLab