Description Usage Arguments Value Examples
Plot GRanges
1 | 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.
1 2 | nmr <- load_example_nanomethresult()
plot_grange(nmr, GRanges("chr7:6703892-6730431"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.