| kegg_pathway_reference | R Documentation |
A reference dataset mapping KEGG pathway IDs to their human-readable names. Used internally by ggpicrust2 for pathway annotation in DAA and GSEA results.
data("kegg_pathway_reference")
A data frame with 505 observations and the following columns:
pathwayCharacter. KEGG pathway ID in the format "koXXXXX" (e.g., "ko00010")
pathway_nameCharacter. Human-readable pathway name (e.g., "Glycolysis / Gluconeogenesis")
KEGG REST API (https://rest.kegg.jp)
data("kegg_pathway_reference")
head(kegg_pathway_reference)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.