Learn R Programming

mclink (version 1.1.1)

merge_module_name: Merge Module Information with Module Table

Description

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.

Usage

merge_module_name(pathway_infor, module_table)

Value

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

Arguments

pathway_infor

Data frame containing pathway information, see examples.

module_table

Data frame containing module data with: - Module_Entry: Matching module identifiers - Orthology_Entry: KO identifiers - Definition: Module definitions - Sample columns with abundance values