Generate simulated SV breakpoints acroos genomic regions (e.g. mappable regions)
1 2 3 4 5 6 | bpSim(
nSites = 1000,
byChrom = NA,
iterations = 10,
intervals = system.file("extdata", "intervals.bed", package = "svBreaks")
)
|
intervals |
File containing genomic regions within which to simulate SNVs [Default 'data/intervals.bed] |
N |
Number of random breakpoints to generate [Default nrow(bp_data)] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.