processingStepsFlowChart | R Documentation |
An overview plot that shows all workflow functions that were executed on the
current object, with all input and output binding site numbers and major options
that were used. The function can be called at any time in the analysis. Most
optimal usage is after a full run of the wrapper function BSFind
.
processingStepsFlowChart(object, size.all = 3)
object |
a |
size.all |
numeric; size of all numbers |
a plot of type ggplot
BSFind
# 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])
load(list.files(files, pattern = ".rds$", full.names = TRUE)[2])
bds = BSFind(bds, anno.genes = gns, anno.transcriptRegionList = regions,
est.subsetChromosome = "chr22")
processingStepsFlowChart(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.