Description Usage Arguments Value Examples
Plot gene
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
the NanoMethResult object. |
gene |
the gene symbol for the gene to plot. |
... |
additional arguments |
window |
the size of flanking region to plot. Can be a vector of two values for left and right window size. Values indicate proportion of gene length. |
anno_regions |
the data.frame of regions to annotate. |
spaghetti |
whether or not individual reads should be shown. |
span |
the span for loess smoothing. |
gene_anno |
whether or not gene annotation tracks are plotted. |
a patchwork plot.
a patchwork plot.
1 2 3 4 5 | nmr <- load_example_nanomethresult()
plot_gene(nmr, "Peg3")
nmr <- load_example_nanomethresult()
plot_gene(nmr, "Peg3")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.