reproducibilitySamplesPlot | R Documentation |
A diagnostic function that plots the set sizes for each replicate, indicating
how many binding site the specific replicate supports given its specific
threshold. The function reproducibilityFilter
is expected to be
executed prior to calling this plot function.
reproducibilitySamplesPlot(
object,
nIntersections = 20,
show.title = TRUE,
text.size = NULL
)
object |
a |
nIntersections |
numeric; number of intersection to be shown |
show.title |
logical; if plot title should be visible |
text.size |
numeric; fontsize of all numbers on axis |
a plot of type ggplot
reproducibilityFilter
,
reproducibilityFilterPlot
# 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)
reproducibilitySamplesPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.