Description Usage Arguments Value Examples
View source: R/PlotHeatmapMeta.R
Plot a Meta-region plot from heatmaps
1 2 | plotHeatmapMeta(hm_list, binsize = 1, colors = gg_col(length(hm_list)),
addReferenceLine = FALSE)
|
hm_list |
A list of heatmaps |
binsize |
Integer, size of bins to use in plot |
colors |
Color to use for each heatmap |
addReferenceLine |
Logical, add reference line at zero or not This function creates a meta-region plot from 1 or more heatmaps with the same coordinates. A meta-region plot graphs the sum of the signal at each position in each heatmap rather than visualising the signal in two dimensions. Often binning is required to smooth noisy signal. |
invisible(0)
1 2 | data(HeatmapExamples)
plotHeatmapMeta(hm, color="steelblue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.