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 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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.