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 36b0d38 commit bcc5da7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/emapplot_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,6 @@ node_add_alpha <- function(p, hilight_category, hilight_gene, alpha_nohilight, a



# ' Adjust the layout
# '
# ' @param g ggraph object.
# ' @param layout Layout of the map.
# ' @param coords a data.frame with two columns: 'x' for X-axis coordinate and 'y' for Y-axis coordinate.
# ' @noRd
# adj_layout <- function(g, layout, coords) {
# if (!is.null(layout)) {
# p <- ggraph(g, layout=layout)
Expand Down

0 comments on commit bcc5da7

Please sign in to comment.