From 6b4fc0dc246c4c93679777f7abe5afcc6aaa1a3b Mon Sep 17 00:00:00 2001 From: Guangchuang Yu Date: Wed, 6 Nov 2024 17:12:20 +0800 Subject: [PATCH] update news --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index aada5a6..720e8d4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,12 @@ # enrichplot 1.27.1.003 ++ enhancement of `cnetplot()` (2024-11-06, Wed) + - 'node_label' can be a vector of selected items/genes to specify the items to be displayed (#293) + - 'node_label' can be 'exclusive' to label genes that are uniquely belongs to categories (#253) + - 'node_label' can be 'share' to label genes that are share between categories (#253) + - 'node_label' can be, e.g. '> 1' or '< 1', to label genes that have log2FC values larger or smaller than the threshold (#253) + - supports using `ggtangle::geom_cnet_label()` to label items/genes in independent layer (#194) + fixed `ridgeplot()` when selecting a specific gene set and plotting non-core genes (2024-11-06, Wed, #298) -+ `cneplot()` supports label genes by uniquely belongs to categories, share between categories and by specify log2FC threshold (2024-11-06, Wed, #253) -+ re-export `ggtangle::geom_cnet_label()` (2024-11-06, Wed, #194) # enrichplot 1.27.1