Skip to content
Snippets Groups Projects
Commit 22e1922a authored by Simeon's avatar Simeon
Browse files

update combined cluster plot

parent ea261822
Branches
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ importFrom(GenomicRanges,GRanges) ...@@ -66,6 +66,7 @@ importFrom(GenomicRanges,GRanges)
importFrom(IRanges,ranges) importFrom(IRanges,ranges)
importFrom(ape,as.DNAbin) importFrom(ape,as.DNAbin)
importFrom(cowplot,get_legend) importFrom(cowplot,get_legend)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid) importFrom(cowplot,plot_grid)
importFrom(ggdendro,dendro_data) importFrom(ggdendro,dendro_data)
importFrom(ggdendro,segment) importFrom(ggdendro,segment)
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#' @param h The height of the plot. Default is 'cm_height'. #' @param h The height of the plot. Default is 'cm_height'.
#' @return combined plot #' @return combined plot
#' @import ggplot2 #' @import ggplot2
#' @importFrom cowplot get_legend plot_grid #' @importFrom cowplot get_legend plot_grid ggdraw
#' @export #' @export
combine_cluster_plots_and_save <- function(plot_list, cluster, out_path = path, combine_cluster_plots_and_save <- function(plot_list, cluster, out_path = path,
w = cm_width, h = cm_height) { w = cm_width, h = cm_height) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment