Skip to content

Commit

Permalink
fix highlight.label.size
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 authored Nov 27, 2024
1 parent 61a3e67 commit 710952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/method-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 710952f

Please sign in to comment.