diff --git a/DESCRIPTION b/DESCRIPTION index 1bdbc66..e78ac42 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ Package: enrichplot Title: Visualization of Functional Enrichment Result -Version: 1.27.2.002 +Version: 1.27.3 Authors@R: c( person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")), person(given = "Chun-Hui", family = "Gao", email = "gaospecial@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-1445-7939"))) -Description: The 'enrichplot' package implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. It is mainly designed to work with the 'clusterProfiler' package suite. All the visualization methods are developed based on 'ggplot2' graphics. +Description: The 'enrichplot' package implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. + It is mainly designed to work with the 'clusterProfiler' package suite. All the visualization methods are developed based on 'ggplot2' graphics. Depends: R (>= 3.5.0) Imports: aplot (>= 0.2.1), diff --git a/NEWS.md b/NEWS.md index 899d725..1d3035f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# enrichplot 1.27.2.002 +# enrichplot 1.27.3 + scale pies and add pie legend in `emapplot()` (2024-12-12, Thu, #304) + a safe way to extract gene sets in `ridgeplot()` (2024-12-12, Thu, #303)