enrichmentStrandedTargetPlot: prepare a plot of sequence coverage shaded by strand over a...

Description Usage Arguments Value Examples

View source: R/EnrichmentPresentation.R

Description

prepare a plot of depth-of-coverage shaded by strand over and around a specified target region

Usage

1
enrichmentStrandedTargetPlot(geneName, delta = 0)

Arguments

geneName

is the qualuified name for the target selected

delta

is a scaling value to zoom in beyond the target-proximal region

Value

ggplot2 figure

Examples

1
2
3
4
yamlFile <- system.file("extdata", "cas9_demo.yaml", package = "nanopoRe")
importConfigYAML(yamlFile=yamlFile)
importEnrichmentResults(system.file("extdata", package="nanopoRe"))
enrichmentStrandedTargetPlot(enrichmentGetTargetList()[[1]])

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.