plot_hic_matrix: Visualize Hi-C data

View source: R/visualization.R

plot_hic_matrixR Documentation

Visualize Hi-C data

Description

Show a heatmap of the Hi-C data

Usage

plot_hic_matrix(
  hic,
  chrom = NULL,
  control_hic = NULL,
  scale_factor = c(1, 1),
  norm = c(0, 1),
  transform = c("log10", "linear"),
  missing_value = NULL,
  n.breaks = NULL,
  color_palette = "viridis",
  gamma = "auto",
  tile_outline = NULL,
  verbose = FALSE
)

Arguments

chrom

Indicate which chromosome to process. If NULL, hic should contain only one chromosome, which will be used in the visualization.


haizi-zh/hictools documentation built on June 29, 2022, 4:32 a.m.