Theme applied to panels in the CoveragePlot
function.
theme_browser(..., legend = TRUE, axis.text.y = FALSE)
Additional arguments
Display plot legend
Display y-axis text
# \donttest{
PeakPlot(atac_small, region = "chr1-710000-715000") + theme_browser()
# }