R/16-export_functional_module.R
export_functional_module.Rd
This function exports the results of functional module analysis to an Excel file.
The function takes an object of class functional_module
and writes multiple
sheets corresponding to various types of enrichment results.
export_functional_module(object, path = "result")
An object of class functional_module
. This object should contain
enrichment results and other relevant data.
The directory path where the resulting Excel file will be saved. Defaults to "result".
Saves an Excel file to the specified path. The Excel file contains sheets for GO, KEGG, and Reactome enrichment results for pathways and modules, as well as enriched functional modules.