ggplot_ref: Title

View source: R/functions_plotting.R

ggplot_refR Documentation

Title

Description

Title

Usage

ggplot_ref(
  gene_gr,
  qgr,
  label_method = c("text", "label", "none")[1],
  gene_types = "protein_coding",
  highlight_gene_names = "",
  highlight_gene_color = "red",
  olap_extension = 0.03,
  top_spacer = 0.8,
  strand_colors = c(`+` = "gray0", `-` = "gray40"),
  arrow_override = arrow(ends = "last", length = unit(0.045, "npc")),
  line_size = 2,
  line_end = c("round", "butt", "square")[2],
  text_hjust = 0,
  text_vjust = -1.5,
  text_angle = 30,
  text_size = 3.5,
  text_x_relative = 0.5,
  text_y_relative = 0.1
)

Arguments

text_y_relative

jrboyd/dthic documentation built on Oct. 4, 2022, 8:53 p.m.