Learn R Programming

mclink (version 1.1.1)

process_step_direct: Direct KO Processing Without Special Handling

Description

Processes KO abundances directly without any special scaling or aggregation. Simply extracts the specified KOs from the abundance table while maintaining the original module metadata.

Usage

process_step_direct(module_abundance, KOs = c("K14126", "K14128", "K14127"))

Value

List containing: - abundance_table: A subset of the input data frame containing only the specified KOs, with original module metadata preserved - abundance_log: log

Arguments

module_abundance

Data frame containing KO abundance data with required columns: Orthology_Entry, Module_Entry, Definition

KOs

Character vector of KO IDs to extract (default: c("K14126","K14128","K14127"))