Wraps the heatmaps::CoverageHeatmap function to produce a heatmap centred
on the boundaries of genomic ranges. Assuming that these ranges are a
GBreaks object, then the boundaries approximate breakpoints.
Arguments
- gr
A
GenomicRanges::GRangesobject.- feat
A
GRangesobject representing the feature of interest.- window
Window over which to observe feature coverage.
- label
Label for the plot.
- ...
Other arguments passed to
get_bpsin order to select the boundaries, their order and their orientation.
Value
Returns a heatmaps::Heatmap object that can be piped into
heatmaps::smoothHeatmap and then heatmaps::plotHeatmapList or
heatmaps::plotHeatmapMeta.
See also
Other plot functions:
bp_heatmap(),
bp_pair_analysis(),
makeOxfordPlots(),
plotApairOfChrs()
Other heatmap functions:
bp_heatmap(),
bp_pair_analysis()