Learn R Programming

mclink (version 1.1.1)

KO_pathway_ref: KEGG Orthology (KO) Pathway Information Dataset

Description

A comprehensive dataset mapping KEGG Orthology (KO) entries to metabolic pathways, including module hierarchy, definitions, and enzyme annotations.

Usage

KO_pathway_ref

Arguments

Format

A data frame with 3846 rows (KO entries) and 10 variables:

Orthology_Entry

Character. KEGG Orthology ID (e.g., "K00844").

Module_Type

Character. Type of metabolic module (e.g., "Pathway modules").

Level_2

Character. Broad metabolic category (e.g., "Carbohydrate metabolism").

Level_3

Character. Specific metabolic subcategory (e.g., "Central carbohydrate metabolism").

Module_Entry

Character. KEGG Module ID (e.g., "M00001").

Module_Name

Character. Full name of the metabolic module (e.g., "Glycolysis (Embden-Meyerhof pathway), glucose => pyruvate").

Definition

Character. KO composition of the module, truncated in display (e.g., "(K00844,K12407,...)").

Orthology_Symbol

Character. Short symbol for the KO (e.g., "HK" for hexokinase).

Orthology_Name

Character. Full enzyme name with EC number (e.g., "hexokinase [EC:2.7.1.1]").

KO_Symbol

Character. Combined KO ID and symbol (e.g., "K00844; HK").