Calculate the distance from each breakpoint to closest motif Overlay the same number of random simulated breakpoints
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"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.