Skip to content

Commit

Permalink
Make denoising step figure only be generated if plot_steps is true. (…
Browse files Browse the repository at this point in the history
…identical to final figure that is plotted based on a different option, making it redundant)
  • Loading branch information
GeorgescuC committed Feb 16, 2021
1 parent b423ab7 commit 1c93e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/inferCNV_ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ run <- function(infercnv_obj,
}
invisible(gc())

if (! no_plot) {
if (plot_steps) {
plot_cnv(infercnv_obj,
k_obs_groups=k_obs_groups,
cluster_by_groups=cluster_by_groups,
Expand Down

0 comments on commit 1c93e26

Please sign in to comment.