Learn R Programming

ggpicrust2 (version 2.5.10)

metacyc_reference: MetaCyc Pathway Reference Dataset

Description

A reference dataset mapping MetaCyc pathway identifiers to their descriptions. Used internally by ggpicrust2 for annotating MetaCyc pathway analysis results.

Usage

data("metacyc_reference")

Arguments

Format

A data frame with 2714 observations and the following columns:

id

Character. MetaCyc pathway identifier (e.g., "GLYCOLYSIS", "TCA")

description

Character. Human-readable pathway description

Examples

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

Run the code above in your browser using DataLab