Create heatmap visualization of GSEA results
create_heatmap_plot(
gsea_results,
abundance,
metadata,
group,
n_pathways = 20,
cluster_rows = TRUE,
cluster_columns = TRUE,
show_rownames = TRUE,
annotation_colors = NULL
)
A ComplexHeatmap object
A data frame containing GSEA results from the pathway_gsea function
A data frame containing the original abundance data
A data frame containing sample metadata
A character string specifying the column name in metadata that contains the grouping variable
An integer specifying the number of pathways to display
A logical value indicating whether to cluster rows
A logical value indicating whether to cluster columns
A logical value indicating whether to show row names
A list of colors for annotations