Description Objects from the Class Slots Methods Author(s) References Examples
A class to represent information of a KEGG pathway
Objects can be created by calls of the function parsePathwayInfo.
name:Object of class "character" Pathway name
org:Object of class "character" Organism
number:Object of class "character" Number
title:Object of class "character" Title of the
pathway
image:Object of class "character" Image URL
link:Object of class "character" URL Link
signature(object = "KEGGPathwayInfo"): get
title of the pathway
signature(object = "KEGGPathwayInfo"): show method
Jitao David Zhang mailto:jitao_david.zhang@roche.com
KGML Document Manual http://www.genome.jp/kegg/docs/xml/
1 2 3 4 5 6 7 | sfile <- system.file("extdata/hsa04010.xml",package="KEGGgraph")
pathway <- parseKGML(sfile)
pi <- getPathwayInfo(pathway)
class(pi)
getTitle(pi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.