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

Description Usage

View source: R/dist2motif.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
distOverlay(
  ...,
  breakpoints = NA,
  feature_file = system.file("extdata", "tss_locations.txt", package = "svBreaks"),
  feature = "tss",
  from = "bps",
  lim = 10,
  byChrom = NA,
  n = 5,
  plot = TRUE,
  keep = NULL,
  position = "centre"
)

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