| kegg.pathways | R Documentation |
KEGG pathways extracted using the ROntoTools
R package (update: November, 2021).
kegg.pathways
"kegg.pathways" is a list of 225 igraph objects corresponding to the KEGG pathways.
Kanehisa M, Goto S (1999). KEGG: kyoto encyclopedia of genes and genomes. Nucleic Acid Research 28(1): 27-30. <https://doi.org/10.1093/nar/27.1.29>
Calin Voichita, Sahar Ansari and Sorin Draghici (2021). ROntoTools: R Onto-Tools suite. R package version 2.20.0.
library(SEMgraph)
# KEGG pathways
length(kegg.pathways)
head(names(kegg.pathways))
tail(names(kegg.pathways))
# Load Type II diabetes graph
i<-which(names(kegg.pathways) == "Type II diabetes mellitus");i
ig<- kegg.pathways[[i]]
properties(ig)
gplot(ig, l="fdp", psize=50, main=names(kegg.pathways[i]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.