custom_annoplot extracts and plots hypoplectrus annotation data

custom_annoplot(
  ...,
  searchLG,
  xrange,
  genes_of_interest = c(),
  genes_of_sec_interest = c(),
  anno_rown = 3,
  width = 0.1,
  gene_color = "darkgray",
  start,
  end
)

Arguments

...

catch-all parameter to allow excessive parameters through purrr::pmap

searchLG

string, linkage group (eg. "LG08")

xrange

numeric vector of length 2, range of the plotted window

genes_of_interest

vector of strings, genes that receive a label

genes_of_sec_interest

vector of strings (deprecate/legacy)

anno_rown

numeric, number of rows used for gene annotation

width

numeric, width of genes

gene_color

string (color), highlight color for genes

start

numeric, start position of window (bp)

end

numeric, end position of window (bp)

Details

This is a modification of hypogen::hypo_annotation_baseplot(). The highlighting of the outlier area is added and the coloration of genes is simplified to ony a single color.

See also