Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Dec 20, 2024
1 parent 8546b6f commit 26b830c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions R/emapplot_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,19 +333,6 @@ add_ellipse <- function(p, group_legend, label_style,
# ##' @param color Variable that used to color enriched terms, e.g. 'pvalue',
# ##' 'p.adjust' or 'qvalue'.
# ##' @noRd
# add_category_nodes <- function(p, cex_category, color) {
# p + ggnewscale::new_scale_fill() +
# geom_point(shape = 21, aes_(x=~x, y=~y, fill=~color,
# size=~size, alpha=~I(alpha))) +
# scale_size_continuous(name = "number of genes",
# range = c(3, 8) * cex_category) +
# # scale_fill_continuous(name = color) +
# set_enrichplot_color(type = "fill", name = color) +
# theme(legend.title = element_text(size = 10),
# legend.text = element_text(size = 10)) +
# theme(panel.background = element_blank())
# }



# ##' Get data for pie plot
Expand Down

0 comments on commit 26b830c

Please sign in to comment.