The function export_to_shiny_app()
exports the static
similarity heatmap to an interactive Shiny web application. The usage is
as follows:
library(simplifyEnrichment)
= readRDS(system.file("extdata", "random_GO_BP_sim_mat.rds", package = "simplifyEnrichment"))
mat = binary_cut(mat)
cl export_to_shiny_app(mat, cl)
The Shiny app is demonstrated in the following image: