Description Usage Arguments Value Author(s) References See Also Examples
keggGlobalGraph: Construct global graph of KEGG pathways.
1 | keggGlobalGraph(organism = "hsa", updateKEGG = FALSE)
|
organism |
organism code as defined by KEGG |
updateKEGG |
re-download KEGG data |
An object of class graphNEL
encoding the KEGG
global graph information.
Azam Peyvandipour and Sorin Draghici
#' Draghici S., et.al.: "A systems biology approach for pathway level analysis". Genome Research, 17, 2007.
keggPathwayGraphs
,
keggPathwayNames
1 2 3 4 5 6 7 | library(graph)
gg<-keggGlobalGraph()
class(gg)
head(nodes(gg))
class(edges(gg))
allEdges<-edges(gg)
allEdges$`hsa:2065`
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.