reproducibilityScatterPlot | R Documentation |
Function compute the number of crosslinks per binding site on a log2 scale for each sample. Samples are pairwise correlated as a scatter and pairwise pearson correlation is shown.
reproducibilityScatterPlot(object, quiet = FALSE)
object |
a BSFDataSet object |
quiet |
logical; whether to print messages |
Unlike most plotting functions, this function is actively calculating the values to plot.
an object of class ggplot2
BSFind
,
reproducibilityFilter
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bds <- makeBindingSites(object = bds, bsSize = 9, minWidth = 2,
minCrosslinks = 2, minClSites = 3, sub.chr = "chr22")
reproducibilityScatterPlot(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.