R/13-data_visualization_plot_module_info.R
export_module_info_plot.Rd
This function exports plots for functional modules, saving them as PDF files in the specified directory. Plots for modules from the GO, KEGG, Reactome, and custom functional modules are supported.
export_module_info_plot(object, path = "result")
A functional_module object.
A character string specifying the directory path to save the plots.
Prints messages indicating the progress and saves plots in the specified directory.
if (FALSE) {
obj <- functional_module$new(...)
export_module_info_plot(obj, path = "result")
}