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")

Arguments

object

A functional_module object.

path

A character string specifying the directory path to save the plots.

Value

Prints messages indicating the progress and saves plots in the specified directory.

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

if (FALSE) {
obj <- functional_module$new(...)
export_module_info_plot(obj, path = "result")
}