get_chip_signal_heatmap | R Documentation |
EnrichedHeatmap::normalizeToMatrix()
.Generate a ChIP signal heatmap for a given sample.
#' @description This function plots the ChIP signal heatmap for the given set of target region. ChIP signals shown in the plot will be plotted as an output of EnrichedHeatmap::normalizeToMatrix()
.
get_chip_signal_heatmap(
path_to_bw_file,
target_region,
extend = 5000,
background = NA,
mean_mode = "w0",
w = 50,
smooth = TRUE,
target_ratio = 0,
name = NULL,
col = NULL,
column_title = NULL,
axis_name = NULL,
top_annotation = NULL,
...
)
path_to_bw_file |
a character string denoting a path to a bw file. String can be an absolute path or the valid URL pointing to bw file. |
target_region |
an object of the class GenomicRanges. Singal will be plotted against this regions. |
extend |
pass to the same argument of |
background |
pass to the same argument of |
mean_mode |
pass to the same argument of |
w |
pass to the same argument of |
smooth |
pass to the same argument of |
target_ratio |
pass to the same argument of |
name |
pass to the same argument of |
col |
pass to the same argument of |
column_title |
pass to the same argument of |
axis_name |
pass to the same argument of |
top_annotation |
pass to the same argument of |
... |
Other arguments pass to |
To obtain the order of targets from the output heatmap the suggested approach is hm = ComplexHeatmap::draw(hm); ComplexHeatmap::row_order(hm)
.
an output of the function EnrichedHeatmap::EnrichedHeatmap()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.