makeBsSummaryPlot | R Documentation |
A diagnostic function that plots the number of binding sites retained
after each filtering step calculated in makeBindingSites
.
The function makeBindingSites
is expected to be executed prior
to calling this plot function.
makeBsSummaryPlot(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)
makeBsSummaryPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.