From 710952fe5563f7f3ac536baf620a90856d6af552 Mon Sep 17 00:00:00 2001 From: Vicente Yepez <30469316+vyepez88@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:54:51 +0100 Subject: [PATCH] fix highlight.label.size --- R/method-plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/method-plot.R b/R/method-plot.R index 2666de6..b82c28a 100644 --- a/R/method-plot.R +++ b/R/method-plot.R @@ -1438,7 +1438,7 @@ plotManhattan.OUTRIDER <- function(object, sampleID, value="pvalue", highlight.gr = gr[which(gr$aberrant == TRUE)], highlight.col = 'firebrick', highlight.overlap = 'equal', - highlight.label.size = 5, + highlight.label.size = highlight.label.size, use.genome.coords=is.null(chr)) + labs(x="Chromosome", y = value, title=main, subtitle=subtitle)