pureClipGlobalFilterPlot | R Documentation |
A diagnostic function that plots the PureCLIP score distribution on a log2
scale. The function pureClipGlobalFilter
is expected to be
executed prior to calling this plot function.
pureClipGlobalFilterPlot(object)
object |
a |
a plot of type ggplot
pureClipGlobalFilter
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
# apply 5% filter
bds = pureClipGlobalFilter(object = bds, cutoff = 0.05)
pureClipGlobalFilterPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.