Description Usage Arguments Value Examples
View source: R/EnrichmentPresentation.R
prepares a plot of depth-of-coverage across each of the cas9-enrichment targets included in study. This is rendered as a multi-tile plot; simple for quick visualisation of the target regions
1 | enrichmentMultiGeneCoveragePanel(colMax = 4)
|
colMax |
defines the maximum number of columns to use within the tiled matrix |
ggplot2 format graph
1 2 3 4 | yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
importEnrichmentResults(system.file("extdata", package="nanopoRe"))
enrichmentMultiGeneCoveragePanel()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.