plot_compartment_scatter: Get the scatter plot between two compartment tracks

View source: R/visualization.R

plot_compartment_scatterR Documentation

Get the scatter plot between two compartment tracks

Description

Get the scatter plot between two compartment tracks

Usage

plot_compartment_scatter(
  x,
  y,
  size = 0.1,
  alpha = 0.5,
  add = "reg.line",
  add.params = list(fill = "lightgray"),
  conf.int = TRUE,
  stat_cor_method = c("pearson", "spearman", "kendall"),
  ...
)

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