Learn R Programming

SEMgraph (version 1.2.3)

kegg.pathways: KEGG pathways

Description

KEGG pathways extracted using the ROntoTools R package (update: Jan, 2025).

Usage

kegg.pathways

Arguments

Format

"kegg.pathways" is a list of 231 igraph objects corresponding to the KEGG pathways.

References

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 (2023). ROntoTools: R Onto-Tools suite. R package version 2.30.0.

Examples

Run this code

# \donttest{
library(igraph)

# KEGG pathways
names(kegg.pathways)

i<-which(names(kegg.pathways)=="Type II diabetes mellitus");i
ig<- kegg.pathways[[i]]
summary(ig)
V(ig)$name
E(ig)$weight

gplot(ig, l="fdp", psize=50, main=names(kegg.pathways[i]))

# }

Run the code above in your browser using DataLab