library(ggvenn) a <- list(A = 1:5, B = 4:9, C = 3:7, D = 1:20, E = 15:19) ggvenn(a, c("A", "B")) # draw two-set venn ggvenn(a, c("A", "B", "C")) # draw three-set venn ...
The sample of pheatmap implementation for simple heat map constructions also comes with enrichment analysis. - GitHub - Cheatallin/heatmap_enrichment_template: The sample of pheatmap implementation ...