Description Usage Arguments Value Examples
View source: R/EnrichmentPresentation.R
prepare a plot of depth-of-coverage over and around a specified target region
1 | enrichmentSingleTargetPlot(geneName, delta = 0)
|
geneName |
is the qualuified name for the target selected |
delta |
is a scaling value to zoom in beyond the target-proximal region |
ggplot2 figure
1 2 3 4 | yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
importEnrichmentResults(system.file("extdata", package="nanopoRe"))
enrichmentSingleTargetPlot(enrichmentGetTargetList()[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.