Skip to content

Commit

Permalink
new feature of cnetplot
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Nov 6, 2024
1 parent 06084be commit 3dafcfc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: enrichplot
Title: Visualization of Functional Enrichment Result
Version: 1.27.1.001
Version: 1.27.1.002
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Chun-Hui", family = "Gao", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-1445-7939")))
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# enrichplot 1.27.1.001
# enrichplot 1.27.1.002

+ `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
Expand Down
2 changes: 1 addition & 1 deletion R/cnetplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param size_item relative size of the item (e.g., genes)
#' @param color_edge color of edge
#' @param size_edge relative size of edge
#' @param node_label one of 'all', 'none', 'category' and 'item'
#' @param node_label one of 'all', 'none', 'category', 'item', 'exclusive' or 'share'
#' @param foldChange numeric values to color the item (e.g, foldChange of gene expression values)
#' @param hilight selected category to be highlighted
#' @param hilight_alpha transparent value for not selected to be highlight
Expand Down
2 changes: 1 addition & 1 deletion man/cnetplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dafcfc

Please sign in to comment.