Skip to content

Commit

Permalink
Update plotSequenceRatios.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xihang-chen committed Nov 27, 2024
1 parent a41dd3f commit 437ee07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/plotSequenceRatios.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ plotSequenceRatios <- function(result,
ggplot2::labs(title = plotTitle) +
ggplot2::coord_flip() +
ggplot2::theme_bw() +
ggplot2::geom_hline(yintercept = 1, linetype = 2) +
ggplot2::scale_shape_manual(values = rep(19, 5)) +
ggplot2::scale_colour_manual(values = custom_colors) +
ggplot2::theme(panel.border = ggplot2::element_blank(),
axis.line = ggplot2::element_line(),
Expand Down Expand Up @@ -127,6 +129,8 @@ plotSequenceRatios <- function(result,
ggplot2::labs(title = plotTitle) +
ggplot2::coord_flip() +
ggplot2::theme_bw() +
ggplot2::geom_hline(yintercept = 1, linetype = 2) +
ggplot2::scale_shape_manual(values = rep(19, 5)) +
ggplot2::scale_colour_manual(values = custom_colors) +
ggplot2::theme(panel.border = ggplot2::element_blank(),
axis.line = ggplot2::element_line(),
Expand Down

0 comments on commit 437ee07

Please sign in to comment.