R/13-data_visualization_plot_module_info.R
plot_module_info.Rd
This function generates various visualizations including a network plot, bar plot, and word cloud to provide detailed insights into the enriched functional or biological modules.
An object of a specific class containing enrichment results.
A character string specifying the level of biological organization, either "module" or "functional_module".
A character string specifying the source database, either "go", "kegg" or "reactome".
A single identifier specifying the module of interest.
A list containing three ggplot objects: network plot (network
), bar plot (barplot
), and word cloud (wordcloud
).
if (FALSE) {
result <- plot_module_info(object = myObject,
level = "module",
database = "go",
module_id = "M123")
}