Merges pathway information with a module table to create a sample-by-module matrix with proper module names. Ensures all modules are represented in the output.
merge_module_name(pathway_infor, module_table)A data frame where: - Rows are module names (from Module_Name) - Columns are samples - All modules from pathway_infor are represented - Original row names are replaced with descriptive module names
Data frame containing pathway information, see examples.
Data frame containing module data with: - Module_Entry: Matching module identifiers - Orthology_Entry: KO identifiers - Definition: Module definitions - Sample columns with abundance values