reproducibilityFilterPlot | R Documentation |
A diagnostic function that plots the number of crosslinks sites over the number
of crosslink in these sites and highlights the replicate specific
reproducibility cutoff that is derived from that distribution.
The function reproducibilityFilter
is expected to be executed prior
to calling this plot function.
reproducibilityFilterPlot(object, plotRange = 20)
object |
a |
plotRange |
numeric; number of crosslinks per sites that should be shown before summing them up |
a plot of type ggplot
reproducibilityFilter
# load clip data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bds = makeBindingSites(object = bds, bsSize = 9)
bds = reproducibilityFilter(bds)
reproducibilityFilterPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.