add_matrix_plot: Title

add_matrix_plotR Documentation

Title

Description

Title

Usage

add_matrix_plot(
  hic_mat,
  qgr,
  tile_type = c("diamond", "hex")[1],
  max_dist = 10 * 10^6,
  point_size = 3,
  text_size = 4,
  max_fill = NULL,
  hmap_colors = c("lightgray", "steelblue", "darkblue", "red", "red"),
  minmax2col = c(min = "orange", max = "green"),
  show_insulation_range = T,
  fill_limits = c(NA, NA),
  na.value = hmap_colors[length(hmap_colors)],
  show_min = T,
  show_max = F,
  p = NULL
)

Arguments

p

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