distOverlay2: Calculate the distance from each breakpoint to closest motif...

Description Usage

View source: R/dist2motif2.R

Description

Calculate the distance from each breakpoint to closest motif Overlay the same number of random simulated breakpoints

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
distOverlay2(
  ...,
  df,
  breakpoints,
  feature_file,
  featureDir = system.file("extdata", "features", package = "svBreaks"),
  from = "bps",
  chroms = c("2L", "2R", "3L", "3R", "4", "X", "Y"),
  lim = 10,
  n = 5,
  plot = TRUE,
  histo = FALSE,
  position = "edge",
  threshold = 0.05,
  write = FALSE,
  out_dir
)

nriddiford/svBreaks documentation built on Dec. 29, 2021, 5:10 p.m.