quickFigure | R Documentation |
Summarize all results in a set of quick figures. Depending on how the function is called a different set of analytic plots are arranged into either a 'main' or 'supplementary' type multi-panel figure.
quickFigure(
object,
what = c("main", "supp"),
save.filename = NULL,
save.width = 10,
save.height = 12,
save.device = "pdf",
quiet = TRUE,
...
)
object |
a |
what |
character; the plotting option. One of: 'main', 'supp' |
save.filename |
File name to create on the disc |
save.width |
numeric; plot size width |
save.height |
numeric; plot size height |
save.device |
charcter; Device to use. One of: 'pdf', 'png', ... |
quiet |
whether to print messages |
... |
further arguments passed to |
a plot
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")
quickFigure(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.