Learn R Programming

SEMgraph (version 1.2.3)

kegg: KEGG interactome

Description

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

Usage

kegg

Arguments

Format

"kegg" is an igraph network object of 4910 nodes and 45200 edges corresponding to the union of 231 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

# KEGG graph
summary(kegg)

# KEGG degrees of freedom
vcount(kegg)*(vcount(kegg) - 1)/2 - ecount(kegg)

Run the code above in your browser using DataLab