plot_grange {NanoMethViz} | R Documentation |
Plot GRanges
plot_grange(x, grange, anno_regions = NULL, spaghetti = FALSE, span = NULL)
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. |
a ggplot object.
a ggplot object.
nmr <- load_example_nanomethresult() plot_grange(nmr, GRanges("chr7:6703892-6730431"))