plot_grange {NanoMethViz}R Documentation

Plot GRanges

Description

Plot GRanges

Usage

plot_grange(x, grange, anno_regions = NULL, spaghetti = FALSE, span = NULL)

Arguments

x

the NanoMethResult object.

grange

the GRanges object with one entry.

anno_regions

the data.frame of regions to be annotated

spaghetti

whether or not individual reads should be shown.

span

the span for loess smoothing.

Value

a ggplot object.

a ggplot object.

Examples

nmr <- load_example_nanomethresult()
plot_grange(nmr, GRanges("chr7:6703892-6730431"))


[Package NanoMethViz version 1.0.0 Index]