estimateBsWidthPlot | R Documentation |
A diagnostic function that plots the the signal-to-flank score as a mean
for each binding site width and gene-wise filter as indicated when executing
estimateBsWidth
. Additionally a mean of means visualizes the
overall trend and a red line indicates the suggested optimal binding site
width. The function estimateBsWidth
is expected to be
executed prior to calling this plot function.
estimateBsWidthPlot(object)
object |
a |
a plot of type ggplot
estimateBsWidth
# load clip data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
load(list.files(files, pattern = ".rds$", full.names = TRUE)[1])
bds = estimateBsWidth(bds, anno.genes = gns, est.maxBsWidth = 19,
geneResolution = "coarse", bsResolution = "coarse", est.subsetChromosome = "chr22")
estimateBsWidthPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.