| metacyc_to_ec_reference | R Documentation |
A reference dataset mapping MetaCyc pathway identifiers to their associated Enzyme Commission (EC) numbers. Used internally by ggpicrust2 for MetaCyc pathway analysis, enabling the mapping between EC-level functional predictions and MetaCyc pathways.
data("metacyc_to_ec_reference")
A data frame with 575 observations and the following columns:
pathwayCharacter. MetaCyc pathway identifier (e.g., "1CMET2-PWY")
ec_numbersCharacter. Semicolon-separated list of EC numbers associated with the pathway
MetaCyc database (https://metacyc.org)
data("metacyc_to_ec_reference")
head(metacyc_to_ec_reference)
# Count EC numbers per pathway
ec_counts <- sapply(strsplit(metacyc_to_ec_reference$ec_numbers, ";"), length)
summary(ec_counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.