globalScorePlot | R Documentation |
A diagnostic function that plots the PureCLIP score distribution on a log2
scale after the re-assignment on binding site level.
The function annotateWithScore
is expected to be executed
prior to calling this plot function.
globalScorePlot(object)
object |
a |
a plot of type ggplot
annotateWithScore
# load clip data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bds1 = makeBindingSites(object = bds, bsSize = 9)
bds1 = annotateWithScore(bds1, match.ranges = getRanges(bds))
globalScorePlot(bds1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.