| mergeCrosslinkDiagnosticsPlot | R Documentation |
A diagnostic function that plots the number of regions to merge over the width
of these regions for each merging iteration calculated in
makeBindingSites. The function makeBindingSites
is expected to be executed prior to calling this plot function.
mergeCrosslinkDiagnosticsPlot(object)
object |
a |
a plot of type ggplot
makeBindingSites
# load clip data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bds = makeBindingSites(object = bds, bsSize = 9)
mergeCrosslinkDiagnosticsPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.