Description Usage Arguments Value
View source: R/plot_agg_regions.R
Plot aggregate regions with grouped samples
1 2 3 4 5 6 7 | plot_agg_regions_sample_grouped(
x,
regions,
flank = 2000,
stranded = TRUE,
span = 0.05
)
|
x |
the NanoMethResult object. |
regions |
a table of regions or GRanges, or a list of such objects. The table of regions must contain chr, start and end columns. |
flank |
the number of flanking bases to add to each side of each region. |
stranded |
TRUE if negative strand features should have coordinates flipped to reflect features like transcription start sites. |
span |
the span for loess smoothing. |
a ggplot plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.