View source: R/regionEnrichment.R
Calculate the enrichment of SVs in genomic regions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | bpRegionEnrichment(
...,
bp_data,
dataType = "svBreaks",
bed_file,
bedDir = "/Users/Nick_curie/Desktop/misc_bed/features",
chroms = c("2L", "2R", "3L", "3R", "4", "X", "Y"),
restrict = TRUE,
slop = 0,
plot = TRUE,
genome_length = 118274340,
intersect = FALSE,
outDir,
parseName = FALSE,
minHits = 10,
multiple = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.