plot_agg_regions_sample_grouped {NanoMethViz} | R Documentation |
Plot aggregate regions with grouped samples
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.