Skip to content

Commit

Permalink
bugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
cparsania committed Oct 22, 2024
1 parent b455d80 commit 9fec105
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/chip_related.R
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ make_enriched_heatmap_list <- function(x,
heatmap_axis_name= c("-3KB","Summit","+3KB"),
heatmap_axis_name_rot = 0,
heatmap_axis_name_gp = gpar(fontsize = 10),
heatmap_border = TRUE,
...){
heatmap_border = TRUE){


# validate x
Expand Down Expand Up @@ -401,8 +400,9 @@ make_enriched_heatmap_list <- function(x,
pos_line = heatmap_pos_line,
pos_line_gp = heatmap_pos_line_gp,
axis_name_rot = heatmap_axis_name_rot,
border = heatmap_border, use_raster = TRUE ,
split = peak_clust$clust,...))
border = heatmap_border,
use_raster = TRUE,
split = peak_clust$clust))



Expand Down

0 comments on commit 9fec105

Please sign in to comment.