| ko_reference | R Documentation |
A comprehensive reference dataset mapping KEGG Orthology (KO) identifiers to their pathway classifications and descriptions. Each KO entry can appear in multiple rows if it belongs to multiple pathways.
data("ko_reference")
A data frame with 58693 observations and the following columns:
idCharacter. KO identifier (e.g., "K00001")
PathwayL1Character. Top-level KEGG pathway category (e.g., "Metabolism")
PathwayL2Character. Second-level pathway category (e.g., "Carbohydrate metabolism")
PathwayCharacter. Specific pathway name with ID (e.g., "Glycolysis / Gluconeogenesis [PATH:ko00010]")
descriptionCharacter. KO entry description with gene name and EC number
KEGG REST API (https://rest.kegg.jp)
data("ko_reference")
head(ko_reference)
# Check pathway hierarchy
table(ko_reference$PathwayL1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.