Learn R Programming

ggpicrust2 (version 2.5.10)

kegg_pathway_reference: KEGG Pathway Name Reference Dataset

Description

A reference dataset mapping KEGG pathway IDs to their human-readable names. Used internally by ggpicrust2 for pathway annotation in DAA and GSEA results.

Usage

data("kegg_pathway_reference")

Arguments

Format

A data frame with 505 observations and the following columns:

pathway

Character. KEGG pathway ID in the format "koXXXXX" (e.g., "ko00010")

pathway_name

Character. Human-readable pathway name (e.g., "Glycolysis / Gluconeogenesis")

Examples

Run this code
data("kegg_pathway_reference")
head(kegg_pathway_reference)

Run the code above in your browser using DataLab